ESM 导入导致“无法解析路径”在 IntelliJ 中
使用Intellij Idus 2021.3.2,构建#IU-213.677.52
Intellij在我的WebPack.config.js文件中遇到以下行时,无法解决
import ModuleFederationPlugin from 'webpack/lib/container/ModuleFederationPlugin.js';
这就是IDE突出显示我的导入的方式:
构建或运行时没有任何问题,当我命令command-complick this import时,它将我带到modulefederationplugin.js
我的node_modules
文件夹中的文件。
Using IntelliJ IDEA 2021.3.2, Build #IU-213.6777.52
IntelliJ is complaining of Cannot resolve directory 'webpack'
when encountering the following line in my webpack.config.js file.
import ModuleFederationPlugin from 'webpack/lib/container/ModuleFederationPlugin.js';
This is how the IDE is highlighting my import:
No issues at build or runtime, and when I Command-Click on this import, it takes me to the ModuleFederationPlugin.js
file in my node_modules
folder.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论