Refactor svelte-preprocess import in vite.config.ts

This commit is contained in:
kwaroran
2024-10-23 18:36:28 +09:00
parent c7330719ad
commit f078292843

View File

@@ -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";