Fix after rebase

This commit is contained in:
smilerz
2021-10-16 14:44:42 -05:00
parent c5c76cadea
commit 4377505b14
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")