摘要: webpack版本: 4.6.0 webpack.config.js加入以下处理: 找到babel-loader的query/options字段并加入: 例如: 并安装依赖 babel-plugin-import 阅读全文
posted @ 2018-11-07 15:59 李里ly 阅读(6745) 评论(0) 推荐(0) 编辑
摘要: import Home from './programme/containers/home.jsx' 调整为 import Home from './programme/containers/home.jsx' 没有足够的理论知识,没有多余的解释,暂做项目问题记录 阅读全文
posted @ 2018-11-07 15:54 李里ly 阅读(4417) 评论(0) 推荐(0) 编辑
摘要: react-router-dom 版本4.3.1 配置路由 出错代码: import {Route, Switch} from 'react-router-dom' import { Redirect} from 'react-router' 1 <Redirect from="/" to="/ho 阅读全文
posted @ 2018-11-07 15:49 李里ly 阅读(2566) 评论(0) 推荐(0) 编辑