0.17.3
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. accesswindow
ordocument
) and to reduce the bundle size. - Feat: Add
skipSSR
option tohandleEvent
. With this, the HTML response will only include the minimumindex.html
with the corresponding dependencies (SPA behavior).
New Contributors
Full Changelog: v0.17.2...v0.17.3