Configure Nuxt to use the runtime-only Vue build
This commit is contained in:
@@ -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'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user