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.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 vite.config.js (limited to 'vite.config.js') diff --git a/vite.config.js b/vite.config.js deleted file mode 100644 index f8d7061..0000000 --- a/vite.config.js +++ /dev/null @@ -1,14 +0,0 @@ -import { defineConfig } from "vite"; -import { svelte } from '@sveltejs/vite-plugin-svelte'; - - -const preprocess = require('svelte-preprocess') - -export default defineConfig({ - plugins: [svelte({ - preprocess: preprocess(), - hot: { - // preserveLocalState - } - })] -}) \ No newline at end of file -- cgit v1.2.3