react-boilerplate默认package.json配置中的Babel loader错误

时间:2018-07-15 09:04:59

标签: reactjs react-router jwt babel react-boilerplate

我对react-boilerplate babel配置有疑问。我有这样的代码:

<Route {...rest} render={props => (
localStorage.getItem('user')
? <Component {...props} />
: <Redirect to={{ pathname: '/login', state: { from: props.location } }} />

我得到错误: error picture

我知道该语法在babel-react-preset中使用,默认情况下在react-boilerplate package.json中。也许有人知道我需要添加其他东西吗?

0 个答案:

没有答案