Releases: gaearon/react-hot-loader
Releases · gaearon/react-hot-loader
v0.4.2
v0.4.1
v0.4.0
- Ignore files that contain no
createClass
calls (fixes #17) - Remove the need for pitch loader (fixes #19)
- Improve performance by only using one loader instead of two
- Now that performance is acceptable, remove desktop notifications and
notify
option - It is now recommended that you use
devtool: 'eval'
because it's much faster and has no downsides anymore