Skip to content

v9.0.0

Choose a tag to compare

@MiguelCastillo MiguelCastillo released this 19 Dec 01:59
· 220 commits to master since this release

Several breaking changes and improvements. This is to make the process for splitting up bundles much simpler and more accurate.

  1. Refactored context so that visitBundles does not mutate the context. Instead added updateBundle
  2. Moved all bundles to shards. Use the getBundle interface to get at the bundles you want.
  3. use getBundle("main") to get access to context.bundle, which is no longer being used.
  4. setShard is no longer available. Use setBundle
  5. deleteShard is no longer available. User deleteBundle
  6. The bundling stage only relies on cache and modules. No longer need the rest of the misc stuff
  7. context no longer has modules. All module ids are now located in the bundle shards.
  8. the bundler provider (browser-pack) has been brought into bit-bundler. Its no longer an external module.