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 21d86a5 commit a3a0cafCopy full SHA for a3a0caf
1 file changed
packages/plugin-rsc/src/plugin.ts
@@ -2042,6 +2042,7 @@ function vitePluginRscCss(
2042
{
2043
name: 'rsc:importer-resources',
2044
configureServer(server) {
2045
+ // delegate 'prune' event from rsc environment to browser
2046
const hot = server.environments.rsc!.hot
2047
const original = hot.send
2048
hot.send = function (this, ...args: any[]) {
0 commit comments