Replace react-transform-hmr
with vanilla Webpack Hot Module Replacement:
- No need to change anything on your side but now you can safely remove
react-transform-hmr
from your style guide config. - react-transform-hmr is deprecated.
- react-hot-loader 3 is still in development and probably will never be finished, it also would be much harder to configure for Styleguidist users.
- See this comment by Dan Abramov for more details.
- Vanilla HMR requires no additional configuration.
Thanks @aaronjensen!