码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2020-02-02 01:36:10      阅读:78      评论:0      收藏:0      [点我收藏+]

标签:typeerror   module   info   babel   bsp   window   参考   export   modules   

我的项目在mac上运行的很好,结果windows电脑,就一直报这个错误

解决方案: babel增加 

@babel/plugin-transform-modules-commonjs

技术图片

 

 

参考文章:

https://www.cnblogs.com/dianzan/p/10676771.html 

技术图片

 

 

网上搜到的答案如下:但是是老babel的解决,新的是这个 @babel/plugin-transform-modules-commonjs

技术图片

 

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

标签:typeerror   module   info   babel   bsp   window   参考   export   modules   

原文地址:https://www.cnblogs.com/jcz1206/p/12250843.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!