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.
2 parents d47f41b + b9dc421 commit 7557a90Copy full SHA for 7557a90
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