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 6837235 commit aa8f700Copy full SHA for aa8f700
packages/vite/src/node/plugins/oxc.ts
@@ -9,7 +9,7 @@ import {
9
transformPlugin as nativeTransformPlugin,
10
transform,
11
} from 'rolldown/experimental'
12
-import type { RawSourceMap } from '@ampproject/remapping'
+import type { RawSourceMap } from '@jridgewell/remapping'
13
import type { InternalModuleFormat, RollupError, SourceMap } from 'rolldown'
14
import { rolldown } from 'rolldown'
15
import type { FSWatcher } from 'dep-types/chokidar'
0 commit comments