-
-
Notifications
You must be signed in to change notification settings - Fork 757
feat!: remove deprecated draft option from LightningCSS minimizer #12740
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
Conversation
✅ Deploy Preview for rspack-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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 452.25KB from 48.01MB to 47.57MB (⬇️0.92%) |
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Footnotes
|
3d63106 to
085afb1
Compare
Summary
This PR removes the deprecated
draftoption from the LightningCSS minimizer plugin. The option was previously marked as deprecated in favor ofdrafts, and this change completes the deprecation cycle by removing the old option entirely. Users should now use thedraftsoption instead.Checklist