-
-
Notifications
You must be signed in to change notification settings - Fork 622
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
feat: support WarnCaseSensitiveModulesPlugin #4379
Conversation
e764139
to
be1a51d
Compare
Snapshot needs update, you can run |
f1cab5d
to
4f0d5f7
Compare
4f0d5f7
to
cdb1675
Compare
cdb1675
to
1398c5c
Compare
Could you take a review? Thanks |
Sorry for the delay, will take a look tomorrow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks great, it's a right solution, but still need to make some little changes
packages/rspack/tests/hotCases/warnings/case-sensitive/index.js
Outdated
Show resolved
Hide resolved
a0043b3
to
e275d1a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Head branch was pushed to by a user without write access
Summary
issue: 4347
This Plugin warns when there are case sensitive modules in the compilation
Test Plan
run test in
webpack-test/errors/case-sensitive
Require Documentation?