Refactor svelte-preprocess import in vite.config.ts
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { defineConfig } from "vite";
|
import { defineConfig } from "vite";
|
||||||
import { svelte } from "@sveltejs/vite-plugin-svelte";
|
import { svelte } from "@sveltejs/vite-plugin-svelte";
|
||||||
import sveltePreprocess from "svelte-preprocess";
|
import {sveltePreprocess} from "svelte-preprocess";
|
||||||
import wasm from "vite-plugin-wasm";
|
import wasm from "vite-plugin-wasm";
|
||||||
import { internalIpV4 } from 'internal-ip'
|
import { internalIpV4 } from 'internal-ip'
|
||||||
import topLevelAwait from "vite-plugin-top-level-await";
|
import topLevelAwait from "vite-plugin-top-level-await";
|
||||||
|
|||||||
Reference in New Issue
Block a user