set ENV to production webpack.config.js
This commit is contained in:
parent
d1804a07ed
commit
96702fdf57
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