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