Skip to content

v2.0.0-rc27

Compare
Choose a tag to compare
@tomconroy tomconroy released this 07 Aug 21:01

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