Skip to content

Commit 4e7c0c3

Browse files
committed
chore: comment
1 parent 4a0fadf commit 4e7c0c3

File tree

1 file changed

+0
-1
lines changed
  • packages/plugin-rsc/src/plugins

1 file changed

+0
-1
lines changed

packages/plugin-rsc/src/plugins/cjs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export function cjsModuleRunnerPlugin(): Plugin[] {
5454
// TODO: can we use cjs-module-lexer to properly define named exports?
5555
// for re-exports, we need to eagerly transform dependencies though.
5656
// https://github.com/nodejs/node/blob/f3adc11e37b8bfaaa026ea85c1cf22e3a0e29ae9/lib/internal/modules/esm/translators.js#L382-L409
57-
// TODO: live binding?
5857
output.append(`__vite_ssr_exportAll__(module.exports)`)
5958
return {
6059
code: output.toString(),

0 commit comments

Comments
 (0)