Skip to content

Commit d223bbb

Browse files
Remove visualizer json output
1 parent b807076 commit d223bbb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

scripts/getRollupConfig.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,10 @@ export function buildConfigs(opts) {
9595
}),
9696
preserveDirectives(),
9797
visualizer({
98-
filename: `./build/stats-html.html`,
98+
filename: `./build/stats.html`,
9999
template: 'treemap',
100100
gzipSize: true,
101101
}),
102-
visualizer({
103-
filename: `./build/stats.json`,
104-
template: 'raw-data',
105-
gzipSize: true,
106-
}),
107102
],
108103
}
109104
}

0 commit comments

Comments
 (0)