We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9840d commit 2dd0398Copy full SHA for 2dd0398
src/plugin.ts
@@ -3,7 +3,7 @@ import extractStats, { type StatsOptions } from 'rollup-plugin-stats/extract';
3
4
import { type BundleTransformOptions, bundleToWebpackStats } from './transform';
5
import { type StatsWrite, statsWrite } from './write';
6
-import { formatFileSize, resolveFilepath } from './utils';
+import { formatFileSize, getByteSize, resolveFilepath } from './utils';
7
8
const PLUGIN_NAME = 'webpackStats';
9
0 commit comments