Configure Nuxt to use the compiler-included Vue build

This commit is contained in:
2022-11-13 20:54:10 +01:00
parent 97bc3d5dbd
commit 858e2024b8

View File

@@ -100,6 +100,9 @@ export default {
// Build Configuration: https://go.nuxtjs.dev/config-build
build: {
extend(config) {
config.resolve.alias.vue = 'vue/dist/vue.common'
},
transpile: [
'vee-validate/dist/rules'
],