Releases: steelbrain/pundle
Releases · steelbrain/pundle
v2.0.0-alpha1
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)