文章目录

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

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

.babelrc

{
  "presets": [
    ["env", {
      "modules": false,
      "targets": {
        "browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
      }
    }],
    "stage-2"
  ],
  "plugins":["transform-es2015-modules-commonjs"]
}
返回文章列表 打赏
本页链接的二维码
打赏二维码
期待你的评论

1 条评论
  1. repostone 黄金   repostone  

    非技术的路过。