Skip to content

Instantly share code, notes, and snippets.

@divyanshu013
Last active September 22, 2017 13:54
Show Gist options
  • Save divyanshu013/cbd1ca64921998db1edfd88a429fdd88 to your computer and use it in GitHub Desktop.
Save divyanshu013/cbd1ca64921998db1edfd88a429fdd88 to your computer and use it in GitHub Desktop.
Contains the browser history service
import createHistory from 'history/createBrowserHistory';
export default createHistory({
basename: process.env.NODE_ENV === 'development' ? '' : '/reactivesearch-auth0-example'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment