Skip to content

Commit

Permalink
Add logBundleSize script to calculate qbds/ids bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
ggutierrez3 committed Jul 6, 2023
1 parent d5fc018 commit d9bd955
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/utils/src/utils/logBundleSize.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// logBundleSize.mjs

import fs from 'fs';
import path from 'path';
import brotli from 'brotli';
Expand Down

0 comments on commit d9bd955

Please sign in to comment.