From d73d50529bfe37113109ae8f3ae27d7f4da05471 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 4 Aug 2020 13:58:56 +0100 Subject: [PATCH] README: Link to Fast Refresh Webpack plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7d5a22c3..5e5b6d096 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ React-Hot-Loader has been your friendly neighbour, living outside of React. But * `React Native` - [supports Fast Refresh](https://facebook.github.io/react-native/docs/fast-refresh) since 0.61. * `parcel 2` - [supports Fast Refresh](https://github.com/facebook/react/issues/16604#issuecomment-556082893) since alpha 3. -* `webpack` - no support yet, use React-Hot-Loader +* `webpack` - [supports Fast Refresh](https://github.com/pmmmwh/react-refresh-webpack-plugin/) using a plugin. * `other bundler` - no support yet, use React-Hot-Loader ## Install