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: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,6 +227,21 @@ new ReactRefreshPlugin({
227
227
});
228
228
```
229
229
230
+
### reactRefreshLoader
231
+
232
+
- Type: `string`
233
+
- Default: `builtin:react-refresh-loader`
234
+
235
+
Be default, the plugin uses `builtin:react-refresh-loader` loader implementation [from Rspack](https://github.com/web-infra-dev/rspack/tree/main/crates/rspack_loader_react_refresh) in order ot inject
236
+
the React Refresh utilities into each module. `reactRefreshLoader` option allows to specify the loader, that implements
Thanks to the [react-refresh-webpack-plugin](https://github.com/pmmmwh/react-refresh-webpack-plugin) created by [@pmmmwh](https://github.com/pmmmwh), which inspires implement this plugin.
0 commit comments