Last active
September 22, 2017 13:54
-
-
Save divyanshu013/cbd1ca64921998db1edfd88a429fdd88 to your computer and use it in GitHub Desktop.
Contains the browser history service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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