Skip to content

0.17.3

Compare
Choose a tag to compare
@frandiox frandiox released this 06 Nov 12:06
· 49 commits to master since this release

What's Changed

  • Fix: Avoid 404 for pages without props handler (fix #66) by @m3hari in #67
  • Feat: Add excludeSsrComponents option in plugin that removes components from the SSR bundle. Components are mocked during SSR and will be hydrated in browser. This is useful for components that are not isomorphic (e.g. access window or document) and to reduce the bundle size.
  • Feat: Add skipSSR option to handleEvent. With this, the HTML response will only include the minimum index.html with the corresponding dependencies (SPA behavior).

New Contributors

Full Changelog: v0.17.2...v0.17.3