From 4d0484132aa2a6baef12a5ed5d3d4c3ca1ad7106 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Thu, 21 Jul 2022 08:57:30 -0400 Subject: All works. learn source map error and fix it --- vite.config.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 vite.config.ts (limited to 'vite.config.ts') diff --git a/vite.config.ts b/vite.config.ts new file mode 100644 index 0000000..b52fb10 --- /dev/null +++ b/vite.config.ts @@ -0,0 +1,15 @@ +import { defineConfig } from "vite"; +import { svelte } from '@sveltejs/vite-plugin-svelte'; + + +// const preprocess = require('svelte-preprocess') + +export default defineConfig({ + plugins: [svelte()] + // plugins: [svelte({ + // preprocess: preprocess() + // // hot: { + // // // preserveLocalState + // // } + // })] +}) \ No newline at end of file -- cgit v1.2.3