Skip to content

v2.0.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@steelbrain steelbrain released this 22 Nov 18:50
· 586 commits to master since this release

First v2 Alpha build 🎉

Completely rebuilt from the ground up to fix some of the really blocking issues with the architecture!

Major new features:

  • Support for Pundleconfig.js
  • Support for modular Components
  • Support for Presets

Closed Issues

  • HMR is not applied to directly accepting modules (#84)
  • Unnecessary logging in console even when HMR disabled (#78)
  • Pundle CLI not accepting a root directory (#77)
  • File not found errors not going away after fixing (#72)
  • Separate the concept of a plugin from the concept of a transformer (#64)
  • Allow the use of Pundle config file (#63)
  • Let .loadPlugins return Pundle instance (#61)
  • Create pundle-errors package (#59)