react-universally
react-universally copied to clipboard
Proposal: Separate vendor bundle
Would anyone find it useful if we split the bundle entry points to a include a vendor entry? This way all vendor dependencies are compiled into their own bundle.
Definitely worth considering. :)
I think this is worth to have since vendor rarely change so we could have benefit for long term caching.
I would love to have this feature as well. Preferrably, bundle everything in node_modules
to vendor.js
when building production bundles.
Any hint on how to achieve this?
@strues Did you end up trying this out?