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 51edc6d commit 2ff33b7Copy full SHA for 2ff33b7
packages/plugin-rsc/src/plugins/cjs.ts
@@ -6,7 +6,6 @@ import * as esModuleLexer from 'es-module-lexer'
6
import { transformCjsToEsm } from '../transforms/cjs'
7
import { createDebug } from '@hiogawa/utils'
8
import { parseIdQuery } from './shared'
9
-import { fileURLToPath, pathToFileURL } from 'node:url'
10
11
const debug = createDebug('vite-rsc:cjs')
12
0 commit comments