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 was 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