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 238e832 commit 7d0b79eCopy full SHA for 7d0b79e
packages/plugin-rsc/src/plugins/cjs.ts
@@ -18,6 +18,7 @@ export function cjsModuleRunnerPlugin(): Plugin[] {
18
async transform(code, id) {
19
if (
20
(id.includes('/node_modules/') ||
21
+ // it's not inside node_modules when developing rsc plugin inside pnpm workspace.
22
id.includes(
23
'/packages/plugin-rsc/dist/vendor/react-server-dom/',
24
)) &&
0 commit comments