File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
packages/plugin-rsc/examples/basic/src/framework Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -91,16 +91,6 @@ async function handleRequest({
9191 } )
9292 }
9393
94- // TODO: implement this
95- // import.meta.viteRsc.import<typeof import('./entry.ssr.tsx')>('./entry.ssr', {
96- // environment: 'ssr',
97- // })
98- // import.meta.viteRsc.importEnvironment(import("./entry.ssr.tsx"));
99- // import.meta.viteRsc.importAsset(import("./entry.browser.tsx"));
100- // import(String("test"), { with: { viteRsc: "environment:ssr" } });
101- // import(String("test"), { with: { viteRsc: "asset:client" } });
102- // import("./entry.ssr.tsx", { with: { viteRscEnvironment: "rsc" } });
103-
10494 // Delegate to SSR environment for html rendering.
10595 // The plugin provides `loadModule` helper to allow loading SSR environment entry module
10696 // in RSC environment. however this can be customized by implementing own runtime communication
You can’t perform that action at this time.
0 commit comments