build: update Vue CLI to 5.x

This commit is contained in:
Łukasz Holeczek
2021-11-26 16:36:06 +01:00
parent 863efa04dc
commit a46ab69767
6 changed files with 3187 additions and 5831 deletions
+4
View File
@@ -0,0 +1,4 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
})