We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90ae0c commit 7ee6153Copy full SHA for 7ee6153
packages/vite/src/buildRscFeServer.ts
@@ -39,9 +39,6 @@ export const buildRscFeServer = async ({
39
// configFile: viteConfigPath,
40
root: webSrc,
41
plugins: [react(), rscIndexPlugin()],
42
- resolve: {
43
- conditions: ['react-server'],
44
- },
45
build: {
46
outDir: webDist,
47
emptyOutDir: true, // Needed because `outDir` is not inside `root`
0 commit comments