Skip to content

Commit cc262d9

Browse files
authored
chore: remove unused import
1 parent c234e12 commit cc262d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/vite/src/node/plugins/importAnalysisBuild.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ import {
1010
combineSourcemaps,
1111
isDataUrl,
1212
isExternalUrl,
13-
moduleListContains,
14-
transformStableResult
13+
moduleListContains
1514
} from '../utils'
1615
import type { Plugin } from '../plugin'
1716
import type { ResolvedConfig } from '../config'

0 commit comments

Comments
 (0)