common.js

vue打包运行报错(Cannot assign to read only property 'exports' of object '#')
babel.config.js中添加配置module.exports={presets:['@vue/app'],sourceType:'unambiguous'//目的是让babel明确区分ES6导入导出方式与common.js
叶不倾·2020-08-12 11:06