File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -680,6 +680,12 @@ declare module 'svelte/compiler' {
680
680
* @default null
681
681
*/
682
682
cssOutputFilename ?: string ;
683
+ /**
684
+ * If `true`, compiles components with hot reloading support.
685
+ *
686
+ * @default false
687
+ */
688
+ hmr ?: boolean ;
683
689
684
690
// Other Svelte 4 compiler options:
685
691
// enableSourcemap?: EnableSourcemap; // TODO bring back? https://github.com/sveltejs/svelte/pull/6835
@@ -2357,6 +2363,12 @@ declare module 'svelte/types/compiler/interfaces' {
2357
2363
* @default null
2358
2364
*/
2359
2365
cssOutputFilename ?: string ;
2366
+ /**
2367
+ * If `true`, compiles components with hot reloading support.
2368
+ *
2369
+ * @default false
2370
+ */
2371
+ hmr ?: boolean ;
2360
2372
2361
2373
// Other Svelte 4 compiler options:
2362
2374
// enableSourcemap?: EnableSourcemap; // TODO bring back? https://github.com/sveltejs/svelte/pull/6835
You can’t perform that action at this time.
0 commit comments