I posted this question about disabling code-splitting in React Router 7 in framework-mode a couple days ago and I was curious if nobody had a similar question? https://github.com/remix-run/react-router/discussions/12713
Basically, because we package the entire web-app with a native application (similar to how electron does it) I don't see much of an advantage in code splitting and it complicates the packaging and embedding of the web app into our app quite a bit.
So I was wondering if anybody found a way to disable code-splitting, or has an idea how to achieve this?
I guess I could re-concatenate the split files somehow? That does not seem ideal.