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 + '"'
|
'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