0.14.3
What's Changed
- fix: Split state logic in two files to avoid crashing in Safari during development. Closes #118 by @salqueng in #119
- feat: New
excludeSsrComponents
option in the plugin to remove components from the SSR build. Components are mocked and will render nothing in SSR but will be hydrated later in the browser. This allows having a smaller server build for constraint environments like Cloudflare Workers.
New Contributors
Full Changelog: v0.14.2...v0.14.3