summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/svelte/src')
-rw-r--r--packages/integrations/svelte/src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/svelte/src/index.ts b/packages/integrations/svelte/src/index.ts
index 367eeb1ed..f162437c0 100644
--- a/packages/integrations/svelte/src/index.ts
+++ b/packages/integrations/svelte/src/index.ts
@@ -39,7 +39,7 @@ function getViteConfiguration({
};
// Disable hot mode during the build
- if(!isDev) {
+ if (!isDev) {
defaultOptions.hot = false;
}
8&follow=1'>Fix missing ts flag on main (#5730)Gravatar Matthew Phillips 1-0/+1 2023-01-03[ci] formatGravatar matthewp 3-10/+2 2023-01-03Remove MDX Fragment hack (#5716)Gravatar Bjorn Lu 2-9/+6 2023-01-03Remove deprecated APIs (#5707)Gravatar Bjorn Lu 18-217/+87 2023-01-03Unflag experimental features (#5728)Gravatar Nate Moore 13-122/+26 2023-01-03Upgrade to Vite 4 (#5685)Gravatar Bjorn Lu 21-3459/+337 2023-01-03[ci] update lockfile (#5686)Gravatar Fred K. Bot 4-3215/+2864