Skip to content

Commit 2dd0398

Browse files
committed
fix: Plugin - import getByteSize
1 parent bd9840d commit 2dd0398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import extractStats, { type StatsOptions } from 'rollup-plugin-stats/extract';
33

44
import { type BundleTransformOptions, bundleToWebpackStats } from './transform';
55
import { type StatsWrite, statsWrite } from './write';
6-
import { formatFileSize, resolveFilepath } from './utils';
6+
import { formatFileSize, getByteSize, resolveFilepath } from './utils';
77

88
const PLUGIN_NAME = 'webpackStats';
99

0 commit comments

Comments
 (0)