Improve production build config (#8899)

lolsob-rspec
bsky 2018-10-06 15:12:05 +09:00 committed by Yamagishi Kazutoshi
parent 7635a136c9
commit 5569769737
1 changed files with 2 additions and 2 deletions

View File

@ -50,11 +50,11 @@ module.exports = merge(sharedConfig, {
minimize: true,
minimizer: [
new UglifyJsPlugin({
cache: true,
parallel: true,
sourceMap: true,
uglifyOptions: {
mangle: true,
compress: {
warnings: false,
},