Yang Zhang

Results 6 issues of Yang Zhang

## Background Using egg-sequelize, We want to split model into multiple modules,not just gather in one directory. So can baseDir support to config directory array? ## Proposal Egg-sequelize baseDir support...

Inactive

可否提供预设storage功能,或者我提pr过来

单页应用路径中有.html可否在生成骨架html文件的时候replace掉

我这边是单页应用,用了一下这个自动生成骨架图的功能,js未缓存时在加载js资源期间会先渲染骨架图,但是一旦js缓存在本地了,后续再打开页面,骨架图dom会立马被替换,导致不会再次短暂呈现骨架图,想问下有没有比较好的解决方案。

##### Checklist - [x] `npm test` passes - [x] tests and/or benchmarks are included - [x] documentation is changed or added - [x] commit message follows commit guidelines ##### Affected...

when I upgrade to [email protected] I got this error. There is no resolvers in compiler. [email protected] ``` var resolver = compiler.resolvers.normal; ^ TypeError: Cannot read property 'normal' of undefined ```