TypeError: defineConfig is not a function

场景:当我们在做打包配置的时候,出现如下错误

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

TypeError: defineConfig is not a function_第1张图片

 

 解决:输入 vue upgrade,一路向下,即可解决

你可能感兴趣的:(webpack,Vue,前端,vue.js,webpack)