v1.3.0
🆕 --stat
output details mode
We now have detailed output for installs, including size change information when a package is added/removed. Great for CI, and may even become our default output mode in the future.
Huge thanks to @alex-saunders for tackling this one!
🆕 Configuration file support
Say goodbye to CLI flags... or don't! We now support all CLI flags as config thanks to our new snowpack.config.json
, snowpack.config.js
, and package.json
config parser (powered by cosmiconfig. Mix and match static config with ad-hoc CLI flags as you need.
Huge thanks to @DangoDev for owning this (very overdue!) project from start to finish!
🆕 Bug fixes and documentation improvements!
- New "Who's using Snowpack?" section of the docs
- deep entrypoint import support (#197)
- package manifest resolution improvements (#199) ba70b4a6c
- Fixed issue where CLI would stay open instead of exit on error