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' ],