ESM 导入导致“无法解析路径”在 IntelliJ 中

发布于 2025-01-21 02:56:44 字数 598 浏览 0 评论 0原文

使用Intellij Idus 2021.3.2,构建#IU-213.677.52

Intellij在我的WebPack.config.js文件中遇到以下行时,无法解决无法解析目录'webpack'。

import ModuleFederationPlugin from 'webpack/lib/container/ModuleFederationPlugin.js';

这就是IDE突出显示我的导入的方式:

”图像显示Intellij

构建或运行时没有任何问题,当我命令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:

Image showing IntelliJ Idea unable to resolve path

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文