You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this plugin with webpack 5. It causes the wrong module resolving.
I have an example repo to reproduce it:
When I enable this plugin in webpack.config.js, check webpack verbose logs, search package.json, you will see package.json in node_modules will be resolved to the package.json in my repo.
When I disable this plugin, the module is resolved correctly.
I use this plugin with webpack 5. It causes the wrong module resolving.
I have an example repo to reproduce it:
When I enable this plugin in webpack.config.js, check webpack verbose logs, search
package.json
, you will seepackage.json
in node_modules will be resolved to thepackage.json
in my repo.When I disable this plugin, the module is resolved correctly.
The repo: https://github.com/chaoyangnz/webpack-5-wrong-module-resolve
The text was updated successfully, but these errors were encountered: