You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.
Ideally I'd like to have an option where component-bundle detects the shared dependencies between two bundles and places them in a "shared" dependencies bundle. So if bundles foo and bar both depend on component/emitter we'd get bundles/foo.js bundles/bar.js bundles/shared.js where shared.js contains component/emitter
The text was updated successfully, but these errors were encountered:
Ideally I'd like to have an option where
component-bundle
detects the shared dependencies between two bundles and places them in a "shared" dependencies bundle. So if bundlesfoo
andbar
both depend oncomponent/emitter
we'd getbundles/foo.js bundles/bar.js bundles/shared.js
whereshared.js
containscomponent/emitter
The text was updated successfully, but these errors were encountered: