mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
72ff5366de
* feat: add hydrate method, make hydration treeshakeable Introduces a new `hydrate` method which does hydration. Refactors code so that hydration-related code is treeshaken out when not using that method. closes #9533 part of #9827 * get docs building * ugh * one more * Update packages/svelte/scripts/check-treeshakeability.js Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> * warn * Update sites/svelte-5-preview/src/routes/docs/content/01-api/05-functions.md --------- Co-authored-by: Rich Harris <richard.a.harris@gmail.com> Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> Co-authored-by: Rich Harris <rich.harris@vercel.com>
80 B
80 B
svelte |
---|
patch |
feat: add hydrate method, make hydration treeshakeable