You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/docs/en/plugins/list/plugin-preact.mdx
+28
Original file line number
Diff line number
Diff line change
@@ -60,3 +60,31 @@ pluginPreact({
60
60
prefreshEnabled: false,
61
61
});
62
62
```
63
+
64
+
### include
65
+
66
+
Include files to be processed by the [@rspack/plugin-preact-refresh](https://github.com/rspack-contrib/rspack-plugin-preact-refresh) plugin. The value is the same as the `rule.test` option in Rspack.
Exclude files from being processed by the [@rspack/plugin-preact-refresh](https://github.com/rspack-contrib/rspack-plugin-preact-refresh) plugin. The value is the same as the `rule.exclude` option in Rspack.
0 commit comments