Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@vinaypuppal vinaypuppal released this 30 Jun 10:24
· 2 commits to master since this release
ba82592

Updates

  • Order the preloads as CSS -> JS -> everything else. This makes sure LCP is not blocked on waiting for JS to download
  • Adds an option to mutateManifest before generating headers out of it.

    mutateManifest is useful as preact-cli does not currently build manifest for dynamic route e.g. /product/* so a user can add this/ modify based on something existing using this function

Credits:

Thanks @prateekbh