Skip to content

Commit

Permalink
makes live debug easier
Browse files Browse the repository at this point in the history
  • Loading branch information
iceghost committed Jun 6, 2024
1 parent d24bd77 commit 19b5e79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import { sveltekit } from '@sveltejs/kit/vite';
/** @type {import('vite').UserConfig} */
const config = {
build: {
target: 'esnext'
target: 'esnext',
minify: false,
sourcemap: true
},
plugins: [sveltekit()]
};
Expand Down

0 comments on commit 19b5e79

Please sign in to comment.