We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c7940 commit 5a2a9b0Copy full SHA for 5a2a9b0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "svelte-hmr",
3
- "version": "0.14.1",
+ "version": "0.14.2",
4
"description": "Bundler agnostic HMR utils for Svelte 3",
5
"main": "index.js",
6
"author": "rixo <rixo@rixo.fr>",
runtime/hot-api.js
@@ -98,6 +98,7 @@ function applyHmr(args) {
98
cssId,
99
previousCssId: r.current.cssId,
100
cssOnly,
101
+ preserveLocalState,
102
})
103
104
hot.dispose(data => {
0 commit comments