Closed chenyinkai closed 7 years ago
webpack可以使用require和export ,但是不能混合使用import 和module.exports ,不然会报错Cannot assign to read only property 'exports' of object '#'
在vue中引入swiper时,一直报错;
解决: 原因: transform-runtime adds import to your files 删除babelrc的插件一项的transfrom-runtime:
webpack可以使用require和export ,但是不能混合使用import 和module.exports ,不然会报错Cannot assign to read only property 'exports' of object '#
在vue中引入swiper时,一直报错;
解决: 原因: transform-runtime adds import to your files 删除babelrc的插件一项的transfrom-runtime: