Skip to content

Commit

Permalink
fix: Fix visualizer path
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jan 26, 2022
1 parent c4c1933 commit 595dde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildchain/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default defineConfig(({command}) => ({
}),
manifestSRI(),
visualizer({
filename: '../src/web/assets/dist/stats.html',
filename: '../src/web/dist/assets/stats.html',
template: 'treemap',
sourcemap: true,
}),
Expand Down

0 comments on commit 595dde9

Please sign in to comment.