react-loadable babel-plugin-import-inspector不起作用

时间:2018-09-13 10:46:53

标签: javascript babel react-loadable

问题:

当我尝试启动节点服务器控制台时尖叫:

/@babel/core/lib/transformation/file/file.js:173
throw new Error("This API has been removed. If you're looking for this " + "functionality in Babel 7, you should import the " + "'@babel/helper-module-imports' module and use the functions exposed " + " from that module, such as 'addNamed' or 'addDefault'.");

我发现它是babel-plugin-import-inspector使用功能addImport(),而该功能又被弃用并引发错误。

我无法停止使用此插件,因为它与react-loadable;(

在这种情况下我该怎么办?我的babel版本是7,可以降级吗?

顺便说一句,babel让我使用@ babel / helper-module-imports并使用该模块公开的功能,但是我不知道该怎么做。

谢谢!

1 个答案:

答案 0 :(得分:0)

我降级了,看起来现在一切正常。