If there is any interest in a transition of ownership, that would be ideal so that issues can be patched until dependent projects are updated.
Please see gaearon/react-hot-loader#385 (comment) for a more comprehensive explanation
This preset will configure Babel 6 for https://github.com/gaearon/react-transform-hmr and friends.
It is recommended that this preset only be configured for your development builds.
npm install babel-preset-react-hmre --save-dev
{
"presets": ["react", "es2015"],
"env": {
"development": {
"presets": ["react-hmre"]
}
}
}