set ENV to production webpack.config.js #135

Merged
6ea86b96 merged 1 commit from bug/production-redux-logger into master 2017-05-25 22:09:21 +02:00

View file

@ -21,7 +21,7 @@ module.exports = {
},
plugins: [
new webpack.DefinePlugin({
ENV: JSON.stringify("development"),
ENV: JSON.stringify("production"),
}),
],
module: {