Skip to content

Commit 783b800

Browse files
committed
wip
1 parent c87dbc6 commit 783b800

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/plugin-rsc/src/plugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ export default function vitePluginRsc(
311311
},
312312
optimizeDeps: {
313313
include: [
314-
'react',
314+
// 'react',
315315
// 'react-dom',
316316
// 'react/jsx-runtime',
317317
// 'react/jsx-dev-runtime',
@@ -337,7 +337,7 @@ export default function vitePluginRsc(
337337
},
338338
optimizeDeps: {
339339
include: [
340-
'react',
340+
// 'react',
341341
// 'react-dom',
342342
// 'react/jsx-runtime',
343343
// 'react/jsx-dev-runtime',

0 commit comments

Comments
 (0)