From 059f6c018204eb5c1d7ee8f1c7124d572774464b Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 14 Sep 2023 13:34:58 -0500 Subject: Enable source maps --- app/vite.config.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/vite.config.ts') diff --git a/app/vite.config.ts b/app/vite.config.ts index 61caf0e..9837a67 100644 --- a/app/vite.config.ts +++ b/app/vite.config.ts @@ -4,6 +4,12 @@ import { defineConfig } from 'vite'; import { SvelteKitPWA } from '@vite-pwa/sveltekit'; export default defineConfig({ + build: { + sourcemap: true + }, + css: { + devSourcemap: true, + }, plugins: [ sveltekit(), purgeCss(), -- cgit v1.2.3