Skip to content

Commit

Permalink
fix: Explicit type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Jan 13, 2025
1 parent 328bfe3 commit 6216f71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { Plugin, OutputOptions } from 'rollup';
import type { Plugin, OutputOptions } from 'rollup';
import extractStats, { type StatsOptions } from 'rollup-plugin-stats/extract';

import type { BundleTransformOptions } from './transform';
import { bundleToWebpackStats } from './transform';
import { type BundleTransformOptions, bundleToWebpackStats } from './transform';
import { type StatsWrite, statsWrite } from './write';
import { formatFileSize, resolveFilepath } from './utils';

Expand Down

0 comments on commit 6216f71

Please sign in to comment.