Skip to content

Commit a3a0caf

Browse files
committed
chore: comment
1 parent 21d86a5 commit a3a0caf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plugin-rsc/src/plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2042,6 +2042,7 @@ function vitePluginRscCss(
20422042
{
20432043
name: 'rsc:importer-resources',
20442044
configureServer(server) {
2045+
// delegate 'prune' event from rsc environment to browser
20452046
const hot = server.environments.rsc!.hot
20462047
const original = hot.send
20472048
hot.send = function (this, ...args: any[]) {

0 commit comments

Comments
 (0)