How do I disable codesplitting?
Hey, I have a very basic SolidStart app. How do I disable ALL codesplitting? I have SSR turned off, and would like to have a setup where the app simply loads an index.html file that loads all of the JS the app needs ahead of time during initial load. Thanks in advanced!!
1 Reply
I got it working I just ditched the
<FileRoutes />
component for manual config and alls good.