Skip to content

Commit aa8f700

Browse files
committed
chore: fix typecheck
1 parent 6837235 commit aa8f700

File tree

1 file changed

+1
-1
lines changed
  • packages/vite/src/node/plugins

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
transformPlugin as nativeTransformPlugin,
1010
transform,
1111
} from 'rolldown/experimental'
12-
import type { RawSourceMap } from '@ampproject/remapping'
12+
import type { RawSourceMap } from '@jridgewell/remapping'
1313
import type { InternalModuleFormat, RollupError, SourceMap } from 'rolldown'
1414
import { rolldown } from 'rolldown'
1515
import type { FSWatcher } from 'dep-types/chokidar'

0 commit comments

Comments
 (0)