history.js 151 Bytes Edit Raw Blame History 1 2 3 4 // create history const history = require('history/createHashHistory').default({ basename: '/' }); window.g_history = history; export default history;