Migrate to babel config and updgrade webpack-vue-config

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv)
2021-04-24 08:15:47 +02:00
committed by Julius Härtl
parent 9024f0671e
commit 4ff505934b
9 changed files with 1694 additions and 2360 deletions

View File

@@ -207,7 +207,7 @@ class Application extends App implements IBootstrap {
// Talk integration has its own entrypoint which already includes collections handling
return;
}
Util::addScript('deck', 'collections');
Util::addScript('deck', 'deck-collections');
});
}
}