Releases: sveltejs/svelte-hmr
Releases · sveltejs/svelte-hmr
[email protected]
Minor Changes
- Update native adapter for support of NativeScript 8 (
b8aabc0
)
[email protected]
Patch Changes
- Fix injecting imports whose paths contain special characters (#78)
[email protected]
Patch Changes
- Accept Svelte 4 as peer dependency (
3b4300c
)
[email protected]
Patch Changes
- support 'external' as value for compileOptions.css (#63)
[email protected]
Minor Changes
- Add partialAccept option to fix HMR support of
<script context="module">
(#58)