Merge pull request #135 from 6ea86b96/bug/production-redux-logger
set ENV to production webpack.config.js
This commit is contained in:
commit
58c18b2b7a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module.exports = {
|
|||
},
|
||||
plugins: [
|
||||
new webpack.DefinePlugin({
|
||||
ENV: JSON.stringify("development"),
|
||||
ENV: JSON.stringify("production"),
|
||||
}),
|
||||
],
|
||||
module: {
|
||||
|
|
Loading…
Add table
Reference in a new issue