We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec53687 commit 4831fcfCopy full SHA for 4831fcf
vite.config.ts
@@ -4,5 +4,8 @@ import { defineConfig } from 'vite'
4
// https://vite.dev/config/
5
export default defineConfig({
6
plugins: [react()],
7
+ build: {
8
+ sourcemap: true,
9
+ },
10
test: { environment: 'jsdom', globals: true },
11
})
0 commit comments