- Webpack 4 and 5 fixes #30
- Add webpack 5 support #29
- Add crossorigin=anonymous attribute to module scripts #19
- Set alterAssetTagGroups hook execution order. #17
- Keep initial chunks order in html file. #18
- Inline self-script link
- use
DOMContentLoaded
rather thanloaded
for efficient-mode
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