Skip to content

Commit 0f1c49b

Browse files
committed
Revert hotReload
1 parent 7925e76 commit 0f1c49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const { compile, preprocess } = require('svelte/compiler');
55

66
const pluginOptions = {
77
externalDependencies: true,
8-
hotReload: false,
8+
hotReload: true,
99
hotOptions: true,
1010
preprocess: true,
1111
emitCss: true,

0 commit comments

Comments
 (0)