我尝试在React项目中使用Codesandbox,但遇到错误:无法找到/安装Babel插件'proposal-decorators':找不到插件“proposal-decorators”或“babel-plugin-proposal-decorators”。当我在项目中添加firebase实用程序时发生错误。在我的本地机器上一切正常。以下是我的代码:https://codesandbox.io/s/eloquent-sun-r1bcqv
我竭力想:
1.安装babel/plugin-proposal-decorator并在package.json的依赖项中添加"@babel/plugin-proposal-decorators": "7.18.2"
1.安装babel并在package.json的依赖项中添加"babel": "6.23.0"
1.创建babel.confing.json文件并将{"plugins": ["@babel/plugin-proposal-decorators"]}
添加到该配置中
是什么导致了这个问题?如果我没有添加,为什么会有babel/plugin-proposal-decorators?
2条答案
按热度按时间fruv7luv1#
实际上,我通过减少
1.React脚本到2.0.3
3bygqnnd2#
这是因为导入SVG作为一个ReactComponent。它不能在沙箱中完成。