How to create create-react-app vendor bundle

2.9k views Asked by At

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.

1

There are 1 answers

0
Rahil Ahmad On

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