Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.02 KB

changelog.md

File metadata and controls

28 lines (16 loc) · 1.02 KB

1.1.1

  • Webpack 4 and 5 fixes #30

1.1.0

  • Add webpack 5 support #29

1.0.1

  • Add crossorigin=anonymous attribute to module scripts #19

1.0.0

  • Set alterAssetTagGroups hook execution order. #17
  • Keep initial chunks order in html file. #18
  • Inline self-script link

0.4.0

  • use DOMContentLoaded rather than loaded for efficient-mode

0.3.0

Add a second argument allowing the user to specify:

  • minimal: adds the least possible html but downloads twice on IE11
  • efficient: this never downloads twice but adds a bit more html