File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -306,14 +306,14 @@ export default function vitePluginRsc(
306
306
noExternal,
307
307
} ,
308
308
optimizeDeps : {
309
- include : [
310
- 'react' ,
311
- 'react-dom' ,
312
- 'react/jsx-runtime' ,
313
- 'react/jsx-dev-runtime' ,
314
- 'react-dom/server.edge' ,
315
- `${ REACT_SERVER_DOM_NAME } /client.edge` ,
316
- ] ,
309
+ // include: [
310
+ // 'react',
311
+ // 'react-dom',
312
+ // 'react/jsx-runtime',
313
+ // 'react/jsx-dev-runtime',
314
+ // 'react-dom/server.edge',
315
+ // `${REACT_SERVER_DOM_NAME}/client.edge`,
316
+ // ],
317
317
exclude : [ PKG_NAME ] ,
318
318
} ,
319
319
} ,
@@ -332,14 +332,14 @@ export default function vitePluginRsc(
332
332
noExternal,
333
333
} ,
334
334
optimizeDeps : {
335
- include : [
336
- 'react' ,
337
- 'react-dom' ,
338
- 'react/jsx-runtime' ,
339
- 'react/jsx-dev-runtime' ,
340
- `${ REACT_SERVER_DOM_NAME } /server.edge` ,
341
- `${ REACT_SERVER_DOM_NAME } /client.edge` ,
342
- ] ,
335
+ // include: [
336
+ // 'react',
337
+ // 'react-dom',
338
+ // 'react/jsx-runtime',
339
+ // 'react/jsx-dev-runtime',
340
+ // `${REACT_SERVER_DOM_NAME}/server.edge`,
341
+ // `${REACT_SERVER_DOM_NAME}/client.edge`,
342
+ // ],
343
343
exclude : [ PKG_NAME ] ,
344
344
} ,
345
345
} ,
You can’t perform that action at this time.
0 commit comments