Fix after rebase

This commit is contained in:
smilerz
2021-10-16 14:44:42 -05:00
parent 7a9e5b1e3f
commit 2ca7722afb
5 changed files with 495 additions and 5 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")