Cannot assign to read only property 'exports' of object .......

配置.babelrc

首先安装 

npm install -D transform-es2015-modules-commonjs

 

然后配置.babelrc
"plugins": ["transform-es2015-modules-commonjs"]

  

posted @ 2020-09-11 10:32  Jennyishere  阅读(160)  评论(0)    收藏  举报