-
-
Notifications
You must be signed in to change notification settings - Fork 367
fix(bridge-react): remove the unnecessary bundle for react-router-dom when user not using react-router in bridge-react #4227
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
base: main
Are you sure you want to change the base?
Conversation
|
✅ Deploy Preview for module-federation-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Description
react-router-domis bundled even when not using routing in bridge-react, causing unnecessary bundle bloat (~40KB).Solution
/baseentry point that completely excludes react-router-domRelated Issue
#4191
Types of changes
Checklist