set ENV to production webpack.config.js

This commit is contained in:
6ea86b96 2017-05-25 18:52:30 +04:00
parent d1804a07ed
commit 96702fdf57
No known key found for this signature in database
GPG key ID: B282D183E4931E8F

View file

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