Skip to content

Commit f0ce189

Browse files
committed
Add gzipSize to bundle visualizer output
1 parent 17d60dd commit f0ce189

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/layerchart/vite.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ const config = {
2020
}),
2121
// @ts-expect-error
2222
devtoolsJson(),
23+
// Needs to be last
2324
visualizer({
2425
emitFile: true,
2526
filename: 'stats.html',
27+
gzipSize: true,
2628
}),
2729
],
2830
// optimizeDeps: {

0 commit comments

Comments
 (0)