Improved the instructions

This commit is contained in:
2019-06-04 11:26:19 +10:00
parent b69bffa300
commit e248003478
8 changed files with 41 additions and 13 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ module.exports = {
]
},
optimization: {
minimize: true,
minimize: process.env.production,
minimizer: [
new TerserPlugin({
terserOptions: {