-
-
Notifications
You must be signed in to change notification settings - Fork 618
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0603700
commit 88575ff
Showing
3 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { ApiMeta } from '@components/ApiMeta.tsx'; | ||
|
||
# RuntimePlugin | ||
|
||
<ApiMeta specific={['Rspack']} /> | ||
|
||
This plugin is used to render the runtime of Rspack, and it provides some hooks to modify the runtime code. See [RuntimePlugin Hooks](/api/plugin-api/runtime-plugin-hooks) for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { ApiMeta } from '@components/ApiMeta.tsx'; | ||
|
||
# RuntimePlugin | ||
|
||
<ApiMeta specific={['Rspack']} /> | ||
|
||
这个插件用于渲染 Rspack 的运行时,并且它提供了一些钩子来修改运行时代码。有关更多详细信息,请参阅 [RuntimePlugin Hooks](/api/plugin-api/runtime-plugin-hooks)。 |