Created by: shrynx
PR for https://github.com/facebookincubator/create-react-app/issues/2206 steps to create vendor bundle file
- Create a file
vendor.js
insrc
folder. - import vendor libs in the vendor file.
- run build
Created by: shrynx
PR for https://github.com/facebookincubator/create-react-app/issues/2206 steps to create vendor bundle file
vendor.js
in src
folder.