Skip to content

Commit 7557a90

Browse files
authored
Merge pull request #1410 from WuMingDao/patch-3
Add comment translae in api-environment-plugins.md
2 parents d47f41b + b9dc421 commit 7557a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/api-environment-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Vite 服务器有一个共享的插件管道,但在处理模块时,它总是
5656

5757
```ts
5858
configEnvironment(name: string, options: EnvironmentOptions) {
59-
// add "workerd" condition to the rsc environment
59+
// "workerd" 条件增加到 rsc 环境
6060
if (name === 'rsc') {
6161
return {
6262
resolve: {

0 commit comments

Comments
 (0)