Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: tweak env var
  • Loading branch information
hi-ogawa committed Apr 10, 2025
commit 76d136e2ac770d3ca0b012d32daf9d85a2b31c39
2 changes: 1 addition & 1 deletion packages/vite/src/node/ssr/ssrTransform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async function ssrTransformScript(
url: string,
originalCode: string,
): Promise<TransformResult | null> {
if (!process.env['DISABLE_OXC_MODULE_TRANSFORM']) {
if (!process.env['ROLLDOWN_VITE_OLD_MODULE_RUNNER_TRANSFORM']) {
const result = moduleRunnerTransform('test.js', code, { sourcemap: true })
if (result.errors.length) {
// eslint-disable-next-line no-console
Expand Down
Loading