-
-
Notifications
You must be signed in to change notification settings - Fork 757
feat: stabilize inline exports #12475
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 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Rsdoctor Bundle Diff AnalysisFound 5 project(s) in monorepo. 📊 Quick Summary (Click to expand)
📋 Detailed Reports (Click to expand)📁 react-10kPath:
📦 Download Diff Report: react-10k Bundle Diff 📁 react-1kPath:
📦 Download Diff Report: react-1k Bundle Diff 📁 react-5kPath:
📦 Download Diff Report: react-5k Bundle Diff 📁 romePath:
📦 Download Diff Report: rome Bundle Diff 📁 ui-componentsPath:
📦 Download Diff Report: ui-components Bundle Diff Generated by Rsdoctor GitHub Action |
📦 Binary Size-limit
🎉 Size decreased by 4.50KB from 48.29MB to 48.29MB (⬇️0.01%) |
CodSpeed Performance ReportMerging #12475 will not alter performanceComparing Summary
|
|
We can move the deprecated options to https://rspack.rs/config/deprecated-options |
Summary
Add:
optimization.inlineExports: replaceexperiments.inlineConst,experiments.inlineEnum, andmodule.parser.javascript.inlineConstDeprecated:
experiments.lazyBarrel, already stable and enabled by defaultexperiments.inlineConst, already stable and enabled by default, useoptimization.inlineExportsinsteadexperiments.inlineEnum, already stable, use builtin:swc-loadercollectTypeScriptInfo.exportedEnuminsteadexperiments.typeReexportsPresence, already stable, usemodule.parser.javascript.typeReexportsPresenceinsteadRemove:
module.parser.javascript.inlineConst, useoptimization.inlineExportsinsteadRelated links
Checklist