fix build: dont add sourcemaps
This commit is contained in:
parent
3fdfd12448
commit
dd4464cb08
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ export default defineConfig({
|
|||
plugins: [react()],
|
||||
build: {
|
||||
outDir: '../out',
|
||||
sourcemap: true,
|
||||
sourcemap: false,
|
||||
rollupOptions: {
|
||||
plugins: [visualizer({ template: 'treemap' })],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue