Skip to content

v1.0.3

Latest
Compare
Choose a tag to compare
@wille wille released this 20 Oct 18:41

What's Changed

  • Support polyfills https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#modernpolyfills
  • asyncScript option to generate an async entry module <script type=module async src=..... Make sure to not hydrate or render react before DOMContentLoaded
  • Change preload order so fonts are placed after stylesheets (CSS>Font>Polyfill>Entry>Preloads)
  • replace toSorted with sort equivalent (not in-place) by @gwright170 in #1
  • Fix preloadFonts and preloadAssets not being picked up for the entry chunk
  • Remove mime dependency

New Contributors

Full Changelog: v1.0.2...v1.0.3