File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 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
9893Include 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
111106Exclude files from being processed by the plugin. The value is the same as the ` rule.exclude ` option in Rspack.
You can’t perform that action at this time.
0 commit comments