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 b761ef4 commit 50919e0Copy full SHA for 50919e0
packages/plugin-rsc/examples/browser-mode/vite.config.ts
@@ -152,6 +152,7 @@ function rscBrowserModePlugin(): Plugin[] {
152
) {
153
return '\0virtual:empty'
154
}
155
+ // swap react-client loader during build
156
if (source === 'virtual:vite-rsc-browser-mode:load_client_build') {
157
if (this.environment.mode === 'dev' || api.manager.isScanBuild) {
158
0 commit comments