Réparation du hot reload

pull/294/head
Mael 2018-06-25 13:06:41 +00:00
parent 61fa5bf468
commit c2335c94b9
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ let App = ({ store }) => (
render(<App store={store} />, anchor)
if (process.env.NODE_ENV !== 'production' && module.hot) {
module.hot.accept('./containers/Layout', () => {
module.hot.accept('./components/inFranceApp', () => {
render(
<AppContainer>
<App store={store} />