From f0782928435dd12b7157db6cfc6bc55e2bad3b78 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Wed, 23 Oct 2024 18:36:28 +0900 Subject: [PATCH] Refactor svelte-preprocess import in vite.config.ts --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index ae3b569f..a5ed51c5 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,6 +1,6 @@ import { defineConfig } from "vite"; import { svelte } from "@sveltejs/vite-plugin-svelte"; -import sveltePreprocess from "svelte-preprocess"; +import {sveltePreprocess} from "svelte-preprocess"; import wasm from "vite-plugin-wasm"; import { internalIpV4 } from 'internal-ip' import topLevelAwait from "vite-plugin-top-level-await";