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

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

时间:2019-06-02 23:00:57      阅读:558      评论:0      收藏:0      [点我收藏+]

标签:head   save   ror   col   tran   error   fill   ssi   vue   

在webpack项目中使用@babel/plugin-transform-runtime时,报错

ERROR in Error: E:\workdata\webpackVue/node_modules/_@babel_runtime@7.4.5@@babel/runtime/helpers/ typeof.js?:33
module.exports = _typeof;
^
TypeError: Cannot assign to read only property ‘exports‘ of object ‘#<Object>‘
- typeof.js?:33 Module.eval
[.]/[_@babel_runtime@7.4.5@@babel]/runtime/helpers/typeof.js?:33:16

- typeof.js?:34 eval

在网上查了一下,貌似是因为项目中文件语法冲突,就是import和exports语法都有,找了几种解决方法都不行,后来安装了另一个babel包,就没报错了

@babel/polyfill

npm install --save @babel/polyfill

安装后不需要配置什么,重新启动项目就OK了

它类似一种打补丁,会把项目中需要转换语法的文件转换

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

标签:head   save   ror   col   tran   error   fill   ssi   vue   

原文地址:https://www.cnblogs.com/steamed-twisted-roll/p/10964895.html

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