Skip to content

Commit 7a558a3

Browse files
authored
docs: add version info to onBeforeDevCompile hook (#5811)
1 parent 189f401 commit 7a558a3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

website/docs/en/shared/onBeforeDevCompile.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ function OnBeforeDevCompile(
1616
}) => Promise<void> | void,
1717
): void;
1818
```
19+
20+
- **Version:** Added in v1.5.0

website/docs/zh/shared/onBeforeDevCompile.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ function OnBeforeDevCompile(
1616
}) => Promise<void> | void,
1717
): void;
1818
```
19+
20+
- **版本:** 新增于 v1.5.0

0 commit comments

Comments
 (0)