Skip to content

Commit b34c086

Browse files
committed
chore: cleanup
1 parent 787f7b2 commit b34c086

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/plugin-rsc/examples/react-router/cf/vite.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ export default defineConfig((env) => ({
4646
noExternal: true,
4747
}
4848
: undefined,
49-
// optimizeDeps: {
50-
// exclude: ['react-router'],
51-
// },
5249
},
5350
rsc: {
5451
optimizeDeps: {

packages/plugin-rsc/examples/react-router/react-router-vite/entry.rsc.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { unstable_matchRSCServerRequest as matchRSCServerRequest } from 'react-r
1010
import { routes } from '../app/routes'
1111

1212
export default async function handler(request: Request) {
13-
// Import the generateHTML function from the client environment
1413
const ssr = await import.meta.viteRsc.loadModule<
1514
typeof import('./entry.ssr')
1615
>('ssr', 'index')

0 commit comments

Comments
 (0)