You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Version Packages (next)
* chore: reorder changelog to have new version requirements on top
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: dominikg <dominik.goepel@gmx.de>
-`vitePlugin.ignorePluginPreprocessors` in `svelte.config.js`
18
+
no longer needed
19
+
-`api.idFilter` of `vite-plugin-svelte:api`
20
+
use `api.filter` instead
21
+
-`plugin.api.sveltePreprocess` of other vite plugins
22
+
Update affected plugins to a newer version or remove them.
23
+
See [docs](https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/advanced-usage.md#transform-svelte-files-with-vite-plugins) for more information.
24
+
25
+
- breaking(dev): no longer overrides compilerOptions.cssHash because Svelte now produces a stable css hash by itself ([#1271](https://github.com/sveltejs/vite-plugin-svelte/pull/1271))
26
+
27
+
28
+
- breaking(inspector): integrate vite-plugin-svelte-inspector into vite-plugin-svelte to avoid circular dependency ([#1270](https://github.com/sveltejs/vite-plugin-svelte/pull/1270))
0 commit comments