Merge pull request #135 from 6ea86b96/bug/production-redux-logger

set ENV to production webpack.config.js
This commit is contained in:
Jeremy Kauffman 2017-05-25 16:09:20 -04:00 committed by GitHub
commit 58c18b2b7a

View file

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