diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-07-21 08:57:30 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-07-21 08:57:30 -0400 |
| commit | 4d0484132aa2a6baef12a5ed5d3d4c3ca1ad7106 (patch) | |
| tree | 9e6afc515a7b92e9ee89c75888b0a23b02c8735c /vite.config.js | |
| parent | 59067695f934184c7e6efaa4fc89fbde2f27a7cb (diff) | |
All works. learn source map error and fix it
Diffstat (limited to 'vite.config.js')
| -rw-r--r-- | vite.config.js | 14 |
1 files changed, 0 insertions, 14 deletions
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 |
