We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18cdc9 commit 66c4f9eCopy full SHA for 66c4f9e
1 file changed
webpack/webpack.config.js
@@ -26,7 +26,7 @@ const plugins = () => [
26
debug: false
27
}),
28
new webpack.DefinePlugin({
29
- 'process.env.NODE_ENV': 'production'
+ 'process.env.NODE_ENV': JSON.stringify('production')
30
31
new webpack.optimize.ModuleConcatenationPlugin(),
32
new UglifyJSPlugin()
0 commit comments