enable source maps

This commit is contained in:
hzrd149 2023-10-07 11:54:02 -05:00
parent 51ff070a9e
commit c7956f00d2

View File

@ -18,6 +18,7 @@ export default defineConfig({
base: process.env.VITE_BASE ?? "/",
build: {
target: ["chrome89", "edge89", "firefox89", "safari15"],
sourcemap: true,
},
plugins: [
react(),