Skip to content

Commit

Permalink
Remove visualizer json output
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jun 3, 2023
1 parent b807076 commit d223bbb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/getRollupConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,10 @@ export function buildConfigs(opts) {
}),
preserveDirectives(),
visualizer({
filename: `./build/stats-html.html`,
filename: `./build/stats.html`,
template: 'treemap',
gzipSize: true,
}),
visualizer({
filename: `./build/stats.json`,
template: 'raw-data',
gzipSize: true,
}),
],
}
}

0 comments on commit d223bbb

Please sign in to comment.