We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b280c7 commit 9f20be3Copy full SHA for 9f20be3
template/build/dev-server.js
@@ -10,7 +10,7 @@ var path = require('path')
10
var express = require('express')
11
var webpack = require('webpack')
12
var proxyMiddleware = require('http-proxy-middleware')
13
-var webpackConfig = {{#if_or unit e2e}}process.env.NODE_ENV === 'testing'
+var webpackConfig = {{#if_or unit e2e}}process.env.NODE_ENV === 'testing' || 'production'
14
? require('./webpack.prod.conf')
15
: {{/if_or}}require('./webpack.dev.conf')
16
0 commit comments