Skip to content

v0.10.0

Compare
Choose a tag to compare
@andywer andywer released this 08 Sep 13:07
· 14 commits to master since this release
3b17af2

This release is a rather big leap for puppet-run, but the version number is still kept below v1.0.

The switch from the modern Parcel bundler to good old Browserify might look odd, but Browserify does everything we need and is much smaller – package installation size went down from 71.6 MB to 17.9 MB.

Features

  • Use browserify instead of parcel for bundling (#4)
  • Allow serving whole directories using --serve
  • Support multiple entrypoints
  • Bundle and serve source files that are not entrypoints using --bundle
  • Print failed requests