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 47ecf8f commit b9dc421Copy full SHA for b9dc421
guide/api-environment-plugins.md
@@ -56,7 +56,7 @@ Vite 服务器有一个共享的插件管道,但在处理模块时,它总是
56
57
```ts
58
configEnvironment(name: string, options: EnvironmentOptions) {
59
- // add "workerd" condition to the rsc environment
+ // 将 "workerd" 条件增加到 rsc 环境
60
if (name === 'rsc') {
61
return {
62
resolve: {
0 commit comments