- Install `react-hot-loader` and configure it to work with babel - Update entry points to wrap the main App as **hot** module. Some original `index.jsx` are renamed to `App.jsx` and leave only thin shell that calls `ReactDOM.render` in `index.jsx`
Based on instruction here https://github.com/gaearon/react-hot-loader [ Full content available at: https://github.com/apache/incubator-superset/pull/5841 ] This message was relayed via gitbox.apache.org for [email protected]
