Feat: enable sourcemaps in vite.config (#122)

This commit is contained in:
Andrew Vivash 2023-02-10 15:38:53 -08:00 committed by GitHub
parent 358390545a
commit f3527bcaa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ import { resolve } from 'path'
/** @type {import('vite').UserConfig} */
const config = {
build: {
sourcemap: true
},
plugins: [sveltekit()],
resolve: {
alias: {