get deck to build with vue3 with broken functionality

Signed-off-by: grnd-alt <github@belakkaf.net>
This commit is contained in:
grnd-alt
2025-01-27 12:58:29 +01:00
committed by grnd-alt
parent 81e2c4768b
commit 452dc5f230
8 changed files with 6402 additions and 7018 deletions

View File

@@ -31,6 +31,6 @@ if (isDevServer) {
}
}
// Workaround for https://github.com/nextcloud/webpack-vue-config/pull/432 causing problems with nextcloud-vue-collections
webpackConfig.resolve.alias = {}
webpackConfig.resolve.alias = { vue: '@vue/compat' }
module.exports = webpackConfig