vite: sourcemap always enabled

This commit is contained in:
thislight 2024-07-14 21:26:55 +08:00
parent 149aa56cb8
commit a0432af982
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -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,
}, },
})); }));