v9.0.0
Several breaking changes and improvements. This is to make the process for splitting up bundles much simpler and more accurate.
- Refactored context so that visitBundles does not mutate the context. Instead added updateBundle
- Moved all bundles to shards. Use the getBundle interface to get at the bundles you want.
- use getBundle("main") to get access to context.bundle, which is no longer being used.
- setShard is no longer available. Use setBundle
- deleteShard is no longer available. User deleteBundle
- The bundling stage only relies on cache and modules. No longer need the rest of the misc stuff
- context no longer has modules. All module ids are now located in the bundle shards.
- the bundler provider (browser-pack) has been brought into bit-bundler. Its no longer an external module.