Replies: 1 comment
-
On the discord "@tobias" pointed me to this issue: rollup/rollup#2756 The complexity and age of that issue in rollup, lead me to think that this is not a good idea. It seems clear that embracing code-splitting is the only way currently with this setup (RR7 in framework mode) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using react router in a web view in a native application and bundle all files with that application.
With the release of React Router 7 we are trying to adopt the framework features, but for production builds we can not find any way to disable automatic code splitting.
Automatic code splitting creates a lot of different javascript files, which creates issues with the way we bundle the files with the host application.
So, is there a way to disable automatic code splitting in React Router 7 in framework-mode?
Beta Was this translation helpful? Give feedback.
All reactions