This repository was archived by the owner on Apr 4, 2019. It is now read-only.

Description
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