Configure Nuxt to use the runtime-only Vue build

This commit is contained in:
2022-11-13 22:39:50 +01:00
parent 43ef072894
commit 97f5737c6e

View File

@@ -100,9 +100,6 @@ 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'
],