react-universally icon indicating copy to clipboard operation
react-universally copied to clipboard

Proposal: Separate vendor bundle

Open strues opened this issue 7 years ago • 5 comments

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.

strues avatar May 04 '17 17:05 strues

Definitely worth considering. :)

ctrlplusb avatar May 09 '17 10:05 ctrlplusb

I think this is worth to have since vendor rarely change so we could have benefit for long term caching.

diondirza avatar Aug 09 '17 03:08 diondirza

I would love to have this feature as well. Preferrably, bundle everything in node_modules to vendor.js when building production bundles.

doque avatar Jan 11 '18 14:01 doque

Any hint on how to achieve this?

eneskaya avatar Jul 23 '18 17:07 eneskaya

@strues Did you end up trying this out?

oyeanuj avatar Jul 24 '18 17:07 oyeanuj