Skip to content

Commit d914e5b

Browse files
committed
docs: update Rspack links in README files
1 parent bffde55 commit d914e5b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
<picture>
2-
<source media="(prefers-color-scheme: dark)" srcset="https://assets.rspack.dev/rspack/rspack-banner-plain-dark.png">
3-
<img alt="Rspack Banner" src="https://assets.rspack.dev/rspack/rspack-banner-plain-light.png">
4-
</picture>
5-
61
# @rspack/plugin-preact-refresh
72

83
<p>
@@ -92,7 +87,7 @@ module.exports = {
9287

9388
### include
9489

95-
- Type: [Rspack.RuleSetCondition](https://rspack.dev/config/module#condition)
90+
- Type: [Rspack.RuleSetCondition](https://rspack.rs/config/module-rules#condition)
9691
- Default: `/\.([jt]sx?)$/`
9792

9893
Include files to be processed by the plugin. The value is the same as the `rule.test` option in Rspack.
@@ -105,7 +100,7 @@ new PreactRefreshPlugin({
105100

106101
### exclude
107102

108-
- Type: [Rspack.RuleSetCondition](https://rspack.dev/config/module#condition)
103+
- Type: [Rspack.RuleSetCondition](https://rspack.rs/config/module-rules#condition)
109104
- Default: `/node_modules/`
110105

111106
Exclude files from being processed by the plugin. The value is the same as the `rule.exclude` option in Rspack.

0 commit comments

Comments
 (0)