-
I am working on migration of CRA built app, using the official guide. pluginReact serves I know, that it might be less efficient. But for migration purposes, i need it to be served under one file ( Or is it better to roll your own configuration using rspack directly in this case, without rsbuild? |
Beta Was this translation helpful? Give feedback.
Answered by
timtheone
Dec 1, 2023
Replies: 1 comment
-
I found what i need: chunk-split. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chenjiahan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found what i need: chunk-split.