v2.0.0-rc27
Makes react-hot-loader optional
Clients can disable react-hot-loader
with this config in package.json:
"react-scripts": {
"useReactHotLoader": false
}
It remains on by default for backward compatibility
Clients can disable react-hot-loader
with this config in package.json:
"react-scripts": {
"useReactHotLoader": false
}
It remains on by default for backward compatibility