Skip to content

Commit

Permalink
docs: fix wording of plugin used in rsbuild (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinywaves authored Jul 23, 2024
1 parent 6952059 commit f69181c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {

### Rsbuild 项目

`rsbuild.config.ts`[tools.rspack](https://rsbuild.dev/config/tools/rspack) 中初始化 RsdoctorWebpackPlugin 插件,参考:
`rsbuild.config.ts`[tools.rspack](https://rsbuild.dev/config/tools/rspack) 中初始化 RsdoctorRspackPlugin 插件,参考:

```js title="rsbuild.config.ts"
import { RsdoctorRspackPlugin } from '@rsdoctor/rspack-plugin';
Expand Down

0 comments on commit f69181c

Please sign in to comment.