updated webpack loader and lots of javscript stuff

This commit is contained in:
vabene1111
2021-04-28 09:41:06 +02:00
parent 5ee718b578
commit d06e6c0ab3
16 changed files with 1142 additions and 755 deletions

View File

@ -78,9 +78,7 @@ module.exports = {
})
*/
config
.plugin('BundleTracker')
.use(BundleTracker, [{filename: '../vue/webpack-stats.json'}]);
config.plugin('BundleTracker').use(BundleTracker, [{relativePath: true, path: '../vue/'}]);
config.resolve.alias
.set('__STATIC__', 'static')