mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-28 23:55:16 -04:00
fix build: dont add sourcemaps
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ export default defineConfig({
|
||||
plugins: [react()],
|
||||
build: {
|
||||
outDir: '../out',
|
||||
sourcemap: true,
|
||||
sourcemap: false,
|
||||
rollupOptions: {
|
||||
plugins: [visualizer({ template: 'treemap' })],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user