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

解决 Cannot assign to read only property 'exports' of object '#<Object>' 问题

时间:2020-10-24 10:00:21      阅读:49      评论:0      收藏:0      [点我收藏+]

标签:span   for   form   href   plugin   使用   install   module   tps   

如果是 babel6,可以尝试使用:

 

https://www.npmjs.com/package/babel-plugin-transform-es2015-modules-commonjs

 

先安装:

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

 

然后再 .babelrc 中添加该插件

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

 

解决 Cannot assign to read only property 'exports' of object '#<Object>' 问题

标签:span   for   form   href   plugin   使用   install   module   tps   

原文地址:https://www.cnblogs.com/savokiss/p/13864719.html

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