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