Skip to content

Releases: bengsfort/rollup-plugin-generate-html-template

v1.7.0

21 Jun 10:24
Compare
Choose a tag to compare

CHANGELOG

v1.2.0

20 May 16:38
Compare
Choose a tag to compare

Bug Fixes/Features

  • Ensure output directories exist before creating anything (fixes #5)
  • Inject all entry points instead of failing, but does not embed dynamic imports (fixes #7)

Codebase Changes

  • Update to Babel7
  • Switch to jest tests
  • Updates formatting of project to use prettier + better eslint rules
  • Add code coverage checks

v1.1.3

30 Apr 05:01
Compare
Choose a tag to compare

Changelog

  • Add prepublish script to ensure latest build is included in published version of script (#4), thanks @baetheus