set ENV to production webpack.config.js #135
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…
Reference in a new issue