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 3177555 commit 43b5f42Copy full SHA for 43b5f42
1 file changed
packages/plugin-rsc/examples/basic/vite.config.ts
@@ -151,7 +151,8 @@ export default { fetch: handler };
151
},
152
ssr: {
153
optimizeDeps: {
154
- // TODO: this should be somehow auto inferred
+ // TODO: this should be somehow auto inferred or at least show a warning
155
+ // to guide users about `optimizeDeps.include`
156
include: [
157
'@vitejs/test-dep-deep-cjs > use-sync-external-store/shim/index.js',
158
],
0 commit comments