xf.yang
xf.yang
你好,我想问一下,你在第三种方式hack的时候,import createHistory from 'history/createBrowserHistory'; 不需要npm install --save history 吗?可以直接用?
@brickspert 我只npm install react-router-dom ,我如果不安装,他就会提示我抱错,你也是安装的 react-router-dom 吗?
@brickspert import createHistory from 'history/createHashHistory' const history = createHistory() webpack3打包的时候就报Cannot find module 'history/createHashHistory', 我主要是想再ts 里跳一下路由 
@brickspert 嗯嗯,我在重安装一下,试试看,谢谢你。