启动项目报错,Cannot assign to read only property 'exports' of object '#'

报错  npm run dev启动项目报错

Cannot assign to read only property 'exports' of object '#<Object>' 

启动项目报错,Cannot assign to read only property 'exports' of object '#<Object>'

安装

 npm install babel-plugin-transform-es2015-modules-commonjs 

在.babelrc文件添加

"plugins":["transform-es2015-modules-commonjs"]

 

相关文章:

  • 2021-07-28
  • 2022-12-23
  • 2021-06-13
  • 2022-12-23
  • 2021-04-25
  • 2022-12-23
  • 2021-07-02
  • 2022-12-23
猜你喜欢
  • 2022-01-14
  • 2021-09-18
  • 2022-12-23
  • 2021-07-05
相关资源
相似解决方案
粤ICP备22038628号Powered By WordPress