Skip to content

Commit

Permalink
fix(app): Switch to hash routes to enable reload in prod (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous authored Jun 19, 2018
1 parent 16bb8eb commit 9bf2398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {Provider} from 'react-redux'
import {AppContainer} from 'react-hot-loader'
import {createStore, applyMiddleware, compose} from 'redux'
import thunk from 'redux-thunk'
import createHistory from 'history/createBrowserHistory'
import createHistory from 'history/createHashHistory'
import {ConnectedRouter, routerMiddleware} from 'react-router-redux'

import createLogger from './logger'
Expand Down

0 comments on commit 9bf2398

Please sign in to comment.