Fix type error

This commit is contained in:
Aaron
2024-04-07 08:47:52 -05:00
parent 825160a3cc
commit d6e095bfce
@@ -6,6 +6,7 @@ import path from 'node:path';
let increment = 0;
export function bundleAnalysis(config: ResolvedConfig): vite.Plugin {
// @ts-expect-error: Vite/Rollup type mismatch, but it's fine.
return visualizer({
template: 'raw-data',
filename: path.resolve(