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 885ad2a commit 2af36d5Copy full SHA for 2af36d5
packages/plugin-rsc/src/plugin.ts
@@ -1973,7 +1973,7 @@ function vitePluginRscCss(
1973
},
1974
1975
{
1976
- // self accept css module used in server component to avoid full reload
+ // self accept css module imported in rsc environment to avoid full reload
1977
// https://github.com/vitejs/vite/blob/84079a84ad94de4c1ef4f1bdb2ab448ff2c01196/packages/vite/src/node/plugins/css.ts#L1096
1978
name: 'rsc:rsc-css-self-accept',
1979
apply: 'serve',
0 commit comments