Browse Source

Improve production build config (#8899)

pull/4/head
bsky 5 years ago
committed by Yamagishi Kazutoshi
parent
commit
84f82ee2fe
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      config/webpack/production.js

+ 2
- 2
config/webpack/production.js 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,
},

Loading…
Cancel
Save