1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

clean hmr references

This commit is contained in:
Sérgio Ramos 2017-02-08 21:48:38 +00:00
parent 9617852a88
commit 5d356bfde4
2 changed files with 0 additions and 9 deletions

View File

@ -17,7 +17,3 @@ const render = () => {
};
render();
// if (module.hot) {
// module.hot.accept('./root', render);
// }

View File

@ -1,6 +1,5 @@
const React = require('react');
const ReactIntlRedux = require('react-intl-redux');
// const ReactHotLoader = require('react-hot-loader');
const ReactRedux = require('react-redux');
const ReactRouter = require('react-router-dom');
@ -11,10 +10,6 @@ const {
IntlProvider
} = ReactIntlRedux;
// const {
// AppContainer
// } = ReactHotLoader;
const {
Provider
} = ReactRedux;