Results 4 comments of xileliu

基于antd 官网改了些配置,npm run site 发现发布目录多生成了两个css文件 ![image](https://user-images.githubusercontent.com/13429648/54506131-edbb7f00-4975-11e9-885a-ee814969fc44.png) ![image](https://user-images.githubusercontent.com/13429648/54506150-0deb3e00-4976-11e9-9dc9-b470d1ed57c6.png)

> @sorrycc 逗号去掉,**打包只会生成目录,不会生成打包文件**,终端仍会报错: > > ```shell > /temp/umi-ts-demo/node_modules/@types/vfile/index.d.ts(11,31): error TS7016: Could not find a declaration file for module > 'vfile-message'. '/temp/umi-ts-demo/node_modules/vfile-message/index.js' implicitly has an 'any' type. > Try `npm install...

@dkvirus 嗯是不报错了也可以正常build成功. tsconfig.json 增加 "skipLibCheck": true,配置应该不需要yarn add @types/vfile-message

> 这个问题有人解决了吗,网速慢的情况下,首次进页面超时问题必现,子应用界面空白,刷新后可能会加载出来子应用 这个有解决吗?有解决方案吗?我目前遇到一个问题就是在主应用login 登录成功后history.push到子应用的路由会有页面白了也没有报错,直接手动刷新页面是可以正常加载子应用的页面,子应用用的是vue3