Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webpack build error with [email protected] #442

Closed
mdudek opened this issue Jan 6, 2025 · 3 comments
Closed

Webpack build error with [email protected] #442

mdudek opened this issue Jan 6, 2025 · 3 comments

Comments

@mdudek
Copy link

mdudek commented Jan 6, 2025

My Angular application project build with enhanced-resolve v5.18.0 referenced by webpack throws

Error: Module not found: Error: Recursion in resolving

No error with v5.17.1

@alexander-akait
Copy link
Member

Sorry, without reproducible test repo we can't help

Last release only have

Added wildcards support for aliases

Check your aliases, but I don't think your problem is related to such changes

Anyway feel free to feedback and provide a reproducible example

@mdudek
Copy link
Author

mdudek commented Feb 4, 2025

I have checked it again and the recursion error is thrown without version constraint to 5.17.1 defined in package.json:

...
"resolutions": {
"enhanced-resolve": "5.17.1"
},
"overrides": {
"enhanced-resolve": "5.17.1"
}
....

@alexander-akait
Copy link
Member

Please create reproducible test repo, I can't help with such information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants