Skip to content

Commit

Permalink
Merge pull request #1513 from gaearon/gaearon-patch-1
Browse files Browse the repository at this point in the history
README: Link to Fast Refresh Webpack plugin
  • Loading branch information
gaearon committed Aug 4, 2020
2 parents e6035ec + d73d505 commit 74d3d9b
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 74d3d9b

Please sign in to comment.