This commit is contained in:
smilerz
2021-10-26 19:56:44 -05:00
parent 247dd30b20
commit b84d77be15
9 changed files with 177 additions and 765 deletions

View File

@ -91,9 +91,9 @@ module.exports = {
},
// TODO make this conditional on .env DEBUG = FALSE
config.optimization.minimize(false)
);
)
config.plugin('BundleTracker').use(BundleTracker, [{relativePath: true, path: '../vue/'}]);
config.plugin("BundleTracker").use(BundleTracker, [{ relativePath: true, path: "../vue/" }])
config.resolve.alias.set("__STATIC__", "static")