675fbba4020apackages/react-server/lib/plugins/file-router/plugin.mjs+29 -3@@ -2107,7 +2131,8 @@${outletExportLines.join("\n")}
| 2107 | 2131 | const exportEntry = pathToFileURL( | |
| 2108 | 2132 | join(cwd, outDir, "static", `${hash}.mjs`) | |
| 2109 | 2133 | ); | |
| 2110 | - | config.build.rollupOptions.input[`static/${hash}`] = staticSrc; | |
| 2134 | + | config.build.rolldownOptions.input[`static/${hash}`] = | |
| 2135 | + | staticSrc; | |
| 2111 | 2136 | // Streaming loader for *.static.{js,mjs,jsx} files. Mirrors the | |
| 2112 | 2137 | // `config.export` contract: the default export may be an array, | |
| 2113 | 2138 | // a function, an (async) iterable, or an (async) generator |