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 979ad80 commit 9444846Copy full SHA for 9444846
packages/plugin-rsc/examples/basic/vite.config.ts
@@ -154,7 +154,7 @@ export default { fetch: handler };
154
// TODO: this should be somehow auto inferred or at least show a warning
155
// to guide users to `optimizeDeps.include`
156
include: [
157
- // '@vitejs/test-dep-transitive-cjs > use-sync-external-store/shim/index.js',
+ '@vitejs/test-dep-transitive-cjs > use-sync-external-store/shim/index.js',
158
],
159
},
160
0 commit comments