Using create-react-app
, how do you go about creating a separate vendor bundle?
Code splitting is done pretty easily using the react-code-splitting
package, but I've not found anything concrete about creating vendor bundles in a create-react-app
project.
It might land in [email protected] .Here is a link where you can find more info. At the moment you have to eject to use the code-splitting