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
Specifies which files should be processed by the React Refresh loader. This option is passed to the `builtin:react-refresh-loader` as the `rule.test` condition.
109
+
110
+
Works identically to Rspack's [rule.test](https://rspack.dev/config/module#ruletest) option.
Include files to be processed by the plugin. The value is the same as the [rule.test](https://rspack.dev/config/module#ruletest) option in Rspack.
123
+
Explicitly includes files to be processed by the React Refresh loader. This option is passed to the `builtin:react-refresh-loader` as the `rule.include` condition.
124
+
125
+
Use this to limit processing to specific directories or file patterns.
126
+
127
+
Works identically to Rspack's [rule.include](https://rspack.dev/config/module#ruleinclude) option.
0 commit comments