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 78758a3 commit b19d66aCopy full SHA for b19d66a
packages/plugin-rsc/e2e/fixture.ts
@@ -170,8 +170,8 @@ export async function setupIsolatedFixture(options: {
170
const overridesSection = overridesMatch ? overridesMatch[0] : 'overrides:'
171
const tempWorkspaceYaml = `\
172
${overridesSection}
173
- '@vitejs/plugin-rsc': file:${path.join(rootDir, 'packages/plugin-rsc')}
174
- '@vitejs/plugin-react': file:${path.join(rootDir, 'packages/plugin-react')}
+ '@vitejs/plugin-rsc': ${JSON.stringify('file:' + path.join(rootDir, 'packages/plugin-rsc'))}
+ '@vitejs/plugin-react': ${JSON.stringify('file:' + path.join(rootDir, 'packages/plugin-react'))}
175
`
176
fs.writeFileSync(
177
path.join(options.dest, 'pnpm-workspace.yaml'),
0 commit comments