Skip to content

Commit 7925e76

Browse files
committed
Options: disable hotReload by default, remove shared
1 parent ca550ea commit 7925e76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.js

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

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

1313
// legacy
1414
onwarn: true,
15-
shared: true,
1615
style: true,
1716
script: true,
1817
markup: true

0 commit comments

Comments
 (0)