Skip to content

Commit

Permalink
README: Link to Fast Refresh Webpack plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Aug 4, 2020
1 parent e6035ec commit d73d505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit d73d505

Please sign in to comment.