Skip to content

Latest commit

 

History

History
executable file
·
23 lines (15 loc) · 551 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
23 lines (15 loc) · 551 Bytes

@rollup/plugin-image Change Log

2.0.0

  • Breaking: Minimum compatible Rollup version is 1.2.0
  • Breaking: Minimum supported Node version is 8.0.0
  • Breaking: Plugin will generate a const variable for exporting the image by default. To obtain the old default functionality, use the dom: true option.
  • Published under @rollup/plugins-image
  • WebP added to recognized MIME types
  • Added dom option

1.0.2

  • Return a name

1.0.1

  • Fix pkg.files
  • Generate synthetic AST, for quicker parsing

1.0.0

  • First release