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

[v5] Replace CaseSensitivePathsPlugin with eslint import/no-unresolved rule #11272

Open
raix opened this issue Aug 2, 2021 · 1 comment
Open

Comments

@raix
Copy link
Contributor

raix commented Aug 2, 2021

Is your proposal related to a problem?

The CaseSensitivePathsPlugin is expensive, would be better for performance to use eslint rule https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-unresolved.md#casesensitive

referece: #11201 (comment)

Describe the solution you'd like

a2c859a

Describe alternatives you've considered

Additional context

#11201 (review)

@dantman
Copy link

dantman commented Nov 5, 2021

This issue is part of the 5.0 milestone, suggesting it's blocking the release of CRA v5.

However investigating it it looks like CRA v4 also uses CaseSensitivePathsPlugin. So this is not a regression in the v5 alpha that needs fixing but a feature request.

If this isn't being worked on soon. Could this be moved to 5.x (or 6.0 if it's breaking)?

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

No branches or pull requests

2 participants