We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871f2a0 commit e325a79Copy full SHA for e325a79
config/webpack.config.js
@@ -47,6 +47,7 @@ module.exports = {
47
},
48
plugins: [
49
new webpack.optimize.LimitChunkCountPlugin({ maxChunks: 1 }),
50
+ new webpack.EnvironmentPlugin(['NODE_ENV', 'DEBUG']),
51
new FriendlyErrorsWebpackPlugin({ clearConsole: false }),
52
],
53
resolve: {
0 commit comments