当前位置:   article > 正文

VUE3 TypeError: defineConfig is not a function_error error loading vue.config.js: error typeerror

error error loading vue.config.js: error typeerror: defineconfig is not a fu

VUE3 TypeError: defineConfig is not a function

1. 问题

在运行npm run serve时,出现报错:
defineConfig is not a function

2. 原因

原因:由于用vue-cli直接创建了vue 3的项目,而里面的生态并非都是最新版,vue.config.js中的代码如下,使用了vue 3的语法。
vue.config.js中的代码如下:

const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
  transpileDependencies: true
})

  • 1
  • 2
  • 3
  • 4
  • 5

3. 解决

输入命令 vue upgrade,一直yes,即可解决

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/288536
推荐阅读
相关标签
  

闽ICP备14008679号