Skip to content

Commit 98838ff

Browse files
committed
chore: replace oxc-transform with rolldown/experimental
1 parent f670af3 commit 98838ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/vite/src/node/ssr/ssrTransform.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { extract_names as extractNames } from 'periscopic'
1818
import { walk as eswalk } from 'estree-walker'
1919
import type { RawSourceMap } from '@ampproject/remapping'
2020
import { parseAstAsync as rolldownParseAstAsync } from 'rolldown/parseAst'
21-
import { moduleRunnerTransform } from 'oxc-transform'
21+
import { moduleRunnerTransform } from 'rolldown/experimental'
2222
import type { TransformResult } from '../server/transformRequest'
2323
import {
2424
combineSourcemaps,

0 commit comments

Comments
 (0)