-
-
Notifications
You must be signed in to change notification settings - Fork 759
feat!: remove deprecated WarnCaseSensitiveModulesPlugin #12737
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!: remove deprecated WarnCaseSensitiveModulesPlugin #12737
Conversation
✅ Deploy Preview for rspack-v2 canceled.
|
Rsdoctor Bundle Diff AnalysisFound 5 projects in monorepo, 3 projects with changes. 📊 Quick Summary
📋 Detailed Reports (Click to expand)📁 react-10kPath:
📦 Download Diff Report: react-10k Bundle Diff 📁 react-5kPath:
📦 Download Diff Report: react-5k Bundle Diff 📁 romePath:
📦 Download Diff Report: rome Bundle Diff Generated by Rsdoctor GitHub Action |
📦 Binary Size-limit
🎉 Size decreased by 451.25KB from 48.01MB to 47.57MB (⬇️0.92%) |
Merging this PR will not alter performance
Comparing Footnotes
|
Summary
This PR removes the deprecated
WarnCaseSensitiveModulesPluginAPI and all related documentation. The plugin was renamed toCaseSensitivePluginin v1.7.0, andWarnCaseSensitiveModulesPluginhas been deprecated since then. This change completes the deprecation cycle by removing the old API name entirely.The following changes are made:
WarnCaseSensitiveModulesPluginexport frompackages/rspack/src/exports.tsWarnCaseSensitiveModulesPluginfrom API documentation (core.api.md)CaseSensitivePlugininsteadWarnCaseSensitiveModulesPluginfrom documentation coverage exclusion listChecklist