re-add minification in prod
This commit is contained in:
parent
dd3d360f3a
commit
a6a98f1a0c
1 changed files with 5 additions and 5 deletions
|
@ -50,11 +50,11 @@ module.exports = {
|
||||||
'S3_BUCKET': '"' + process.env.S3_BUCKET + '"'
|
'S3_BUCKET': '"' + process.env.S3_BUCKET + '"'
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
// new webpack.optimize.UglifyJsPlugin({
|
new webpack.optimize.UglifyJsPlugin({
|
||||||
// compressor: {
|
compressor: {
|
||||||
// warnings: false
|
warnings: false
|
||||||
// }
|
}
|
||||||
// })
|
})
|
||||||
],
|
],
|
||||||
|
|
||||||
postcss: () => [
|
postcss: () => [
|
||||||
|
|
Loading…
Reference in a new issue