From 97f5737c6e116331670a7cb32f3860f2aca395a0 Mon Sep 17 00:00:00 2001 From: Rakantor Date: Sun, 13 Nov 2022 22:39:50 +0100 Subject: [PATCH] Configure Nuxt to use the runtime-only Vue build --- nuxt.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 6c248da..253939b 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -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' ],