You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/09/07 15:55:29 UTC

[GitHub] kristw opened a new pull request #5841: Enable hot module replace for react with react-hot-loader

kristw opened a new pull request #5841: Enable hot module replace for react with react-hot-loader
URL: https://github.com/apache/incubator-superset/pull/5841
 
 
   - 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

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org