vite: sourcemap always enabled

This commit is contained in:
thislight 2024-07-14 21:26:55 +08:00
parent b9697a684d
commit 9f83b223c4

View file

@ -23,5 +23,6 @@ export default defineConfig(({ mode }) => ({
},
build: {
target: ["firefox98", "safari15.4", "ios15.4", "chrome84", "edge87"],
sourcemap: true,
},
}));