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 Configuration: https://go.nuxtjs.dev/config-build
|
||||||
build: {
|
build: {
|
||||||
extend(config) {
|
|
||||||
config.resolve.alias.vue = 'vue/dist/vue.common'
|
|
||||||
},
|
|
||||||
transpile: [
|
transpile: [
|
||||||
'vee-validate/dist/rules'
|
'vee-validate/dist/rules'
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user