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 d558b48 commit ed1c1deCopy full SHA for ed1c1de
webpack.config.js
@@ -22,6 +22,7 @@ module.exports = {
22
}
23
},
24
plugins: [
25
+ new webpack.optimize.ModuleConcatenationPlugin(),
26
new webpack.optimize.OccurrenceOrderPlugin(),
27
new webpack.DefinePlugin({
28
'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV)
0 commit comments