Enable source maps in Vite config (#4037)

This commit is contained in:
Erik Jan de Wit 2022-12-15 06:46:16 -05:00 committed by GitHub
parent 8d0917f3fc
commit 7eb2b13c98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ export default defineConfig({
port: 8080, port: 8080,
}, },
build: { build: {
sourcemap: true,
target: "ES2022", target: "ES2022",
}, },
resolve: { resolve: {