Commits

lotte authored 75a39854743
fixed production mode
No tags

webpack/webpack.prod.js

Modified
35 35 new CompressionPlugin({
36 36 asset: "[path].gz[query]",
37 37 algorithm: "gzip",
38 38 test: /\.js$|\.css$|\.html$/,
39 39 threshold: 10240,
40 40 minRatio: 0.8
41 41 })
42 42
43 43 ],
44 44 optimization: {
45 - minimize: [
45 + minimizer: [
46 46 new UglifyJsPlugin({
47 47 uglifyOptions: {
48 48 beautify: false,
49 49 mangle: false,
50 50 output: {
51 51 comments: false
52 52 },
53 53 compress: {
54 54 warnings: false,
55 55 conditionals: false,

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut