import { HashRouter as Router, Route, hashHistory } from 'react-router-dom' 页面就会报错Attempted import error: 'hashHistory' is not exported from 'react-router'. 原因react-router4现在不支持hashHistory了,解决办法如下: import createHashHistory from 'history/createHashHistory'; const hashHistory...
0:0 error Parsing error: Must use import to load ES Module: /Users/ben/Desktop/development projects/react-boilerplate-styled-context/node_modules/eslint/node_modules/eslint-scope/lib/definition.js require() of ES modules is not supported. require() of /Users/ben/Desktop/development projects/r...