Improve production build config (#8899)

master
bsky 6 years ago committed by Yamagishi Kazutoshi
parent 28401962ca
commit 84f82ee2fe
  1. 4
      config/webpack/production.js

@ -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,
},

Loading…
Cancel
Save