Skip to content

Releases: bengsfort/rollup-plugin-copy-assets

v2.0.1

30 Apr 04:55
Compare
Choose a tag to compare

Changelog

  • Add pre-publish script to ensure full build is published

v2.0.0

28 Apr 22:41
Compare
Choose a tag to compare

Changelog

  • Fix failure occurring when used with chunked builds.
  • Overwrite any existing assets.
  • Updated to new rollup api.
  • Switch to jest for unit tests.
  • Switch to babel 7.

v1.1.0

23 Dec 11:55
Compare
Choose a tag to compare

Adds code splitting fix (#3) thjanks to @lmoronil