We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb002ab commit 4e863f5Copy full SHA for 4e863f5
README.md
@@ -61,8 +61,8 @@ A better approach may be to make monkeypatch `createClass` to return a proxy obj
61
62
#### 0.4.0
63
64
-* Ignore files that contain no `createClass` calls (fixes #17)
65
-* Remove the need for pitch loader (fixes #19)
+* Ignore files that contain no `createClass` calls (fixes **[#17](https://github.com/gaearon/react-hot-loader/issues/17)**)
+* Remove the need for pitch loader (fixes **[#19](https://github.com/gaearon/react-hot-loader/issues/19)**)
66
* Improve performance by only using one loader instead of two
67
* Now that performance is acceptable, remove desktop notifications and `notify` option
68
* It is now recommended that you use `devtool: 'eval'` because it's much faster and has no downsides anymore
0 commit comments