首页 > 其他 > 详细

使用react dva按需加载

时间:2019-01-28 10:25:56      阅读:400      评论:0      收藏:0      [点我收藏+]

然后子路由组件会报错。

Add "publicPath": "/" to .webpackrc or .roadhogrc can fix this issue

export default function RouterConfig({ history,app }) {
    const LoginPage = (dynamic as any)({
        app,
        component:()=>import(‘./routes/LoginPage/LoginPage‘)
    })
    const HomePage = (dynamic as any)({
        app,
        component:()=>import(‘./routes/HomePage‘)
    })

 

使用react dva按需加载

原文:https://www.cnblogs.com/unreal-feather/p/10328385.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!