vite: sourcemap always enabled
This commit is contained in:
parent
b9697a684d
commit
9f83b223c4
1 changed files with 1 additions and 0 deletions
|
@ -23,5 +23,6 @@ export default defineConfig(({ mode }) => ({
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
target: ["firefox98", "safari15.4", "ios15.4", "chrome84", "edge87"],
|
target: ["firefox98", "safari15.4", "ios15.4", "chrome84", "edge87"],
|
||||||
|
sourcemap: true,
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|
Loading…
Reference in a new issue