原文:Cannot assign to read only property 'exports' of object '#'

在webpack項目中使用 babel plugin transform runtime時,報錯 ERROR in Error: E: workdata webpackVue node modules babel runtime . . babel runtime helpers typeof.js : module.exports typeof TypeError: Cannot assign ...

2019-06-02 22:48 0 2223 推薦指數:

查看詳情

Cannot assign to read only property 'exports' of object 解決辦法

大致是說,在webpack打包的時候,可以在js文件中混用require和export。但是不能混用import 以及module.exports。 因為webpack 2中不允許混用import和module.exports, 解決辦法有兩種: 一、統一改成ES6的方式編寫即可 ...

Tue Dec 31 07:02:00 CST 2019 0 1378
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM