File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,13 +45,11 @@ export default defineConfig({
4545 } ,
4646 ssr : {
4747 optimizeDeps : {
48- include : [ 'react-router > cookie' , 'react-router > set-cookie-parser' ] ,
4948 exclude : [ 'react-router' ] ,
5049 } ,
5150 } ,
5251 rsc : {
5352 optimizeDeps : {
54- include : [ 'react-router > cookie' , 'react-router > set-cookie-parser' ] ,
5553 exclude : [ 'react-router' ] ,
5654 } ,
5755 } ,
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ import { createDebug } from '@hiogawa/utils'
1010const debug = createDebug ( 'vite-rsc:cjs' )
1111
1212export function cjsModuleRunnerPlugin ( ) : Plugin [ ] {
13- // use-sync-external-store is known to work fine so don't show warning
14- const warnedPackages = new Set < string > ( [ 'use-sync-external-store' ] )
13+ const warnedPackages = new Set < string > ( )
1514
1615 return [
1716 {
You can’t perform that action at this time.
0 commit comments