We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efa7df commit 6336d71Copy full SHA for 6336d71
packages/react-router-dev/vite/rsc/plugin.ts
@@ -164,6 +164,12 @@ export function reactRouterRSCVitePlugin(): Vite.PluginOption[] {
164
},
165
outDir: join(config.buildDirectory, "client"),
166
167
+ optimizeDeps: {
168
+ include: [
169
+ "react-router > cookie",
170
+ "react-router > set-cookie-parser",
171
+ ],
172
+ },
173
174
rsc: {
175
build: {
0 commit comments