Enable source maps in Vite config (#4037)
This commit is contained in:
parent
8d0917f3fc
commit
7eb2b13c98
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ export default defineConfig({
|
|||
port: 8080,
|
||||
},
|
||||
build: {
|
||||
sourcemap: true,
|
||||
target: "ES2022",
|
||||
},
|
||||
resolve: {
|
||||
|
|
Loading…
Reference in a new issue