-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refact/migrate to umi #770
Conversation
umi 功能多,依赖多,时间长没办法的。
antd 在 umi 里内置处理了,可写可不写,写了会用指定的依赖版本。 |
已修复,query-string@6 的问题。 |
|
还有umi的进程,窗口关了,系统注销了,还在后台跑。。。成了孤儿进程,被init进程(进程号为1)接管 kill了两次。。。干净了 |
这是一个算了 dll,另一个没有算?
dll 我给加个缓存。
有重现步骤吗?我用 Control+C 关没有遇到这个问题。 |
按需编译可通过 $ COMPILE_ON_DEMAND=none npm start |
出现 |
你是 control+c 退的? |
各种意外的退出情况吧 |
ali-oss 引入也有问题, build不出来,内部协商?#768
|
@sorrycc 成哥 model怎么移到pages下面了,只有共享的model放在model文件夹下? |
@superlbr duck目录不就应该是state view 分离么;之前dva示例挺好的state都放在了model文件夹下。若是model分散在每个page下,redux单一状态树显得不清晰了,model是不是有点不便于复用了?(实际项目中一个page对应多个model)https://github.com/FortechRomania/react-redux-complete-example |
@sorrycc 那个build version没了。。。 |
@sorrycc model的复用改如何处理,比如一个page对应多个model |
复用的 model 放上放,多个 page 复用,就放 src/models 里。
version 和 hash 的功能感觉重复? |
version的好处,一眼从url看出版本算不算 |
更新 umi@1.1.4,dll 文件有缓存和 gzip 压缩了。 |
Close #769
好处
前后对比
其他调整
@babel/polyfill