Update ReactReduxSpa to React Hot Loader 3, and remove Babel dependency

This commit is contained in:
Steve Sanderson
2017-05-17 21:51:13 +01:00
parent eeaf4e6590
commit 48b923fcd5
7 changed files with 31 additions and 27 deletions

View File

@@ -5,7 +5,7 @@ import { StaticRouter } from 'react-router-dom';
import { replace } from 'react-router-redux';
import { createMemoryHistory } from 'history';
import { createServerRenderer, RenderResult } from 'aspnet-prerendering';
import routes from './routes';
import { routes } from './routes';
import configureStore from './configureStore';
export default createServerRenderer(params => {