File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,11 @@ export default defineConfig({
45
45
} ,
46
46
ssr : {
47
47
optimizeDeps : {
48
- include : [ 'react-router > cookie' , 'react-router > set-cookie-parser' ] ,
49
48
exclude : [ 'react-router' ] ,
50
49
} ,
51
50
} ,
52
51
rsc : {
53
52
optimizeDeps : {
54
- include : [ 'react-router > cookie' , 'react-router > set-cookie-parser' ] ,
55
53
exclude : [ 'react-router' ] ,
56
54
} ,
57
55
} ,
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ import { createDebug } from '@hiogawa/utils'
10
10
const debug = createDebug ( 'vite-rsc:cjs' )
11
11
12
12
export 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 > ( )
15
14
16
15
return [
17
16
{
You can’t perform that action at this time.
0 commit comments