rebase and fixes

This commit is contained in:
smilerz
2021-12-15 09:39:20 -06:00
parent ee4ab41c1c
commit 453b1eb5b9
14 changed files with 46 additions and 14812 deletions

View File

@ -89,7 +89,7 @@ module.exports = {
},
},
},
config.optimization.minimize(false)
config.optimization.minimize(true)
)
config.plugin("BundleTracker").use(BundleTracker, [{ relativePath: true, path: "../vue/" }])