Gray Zhang

Results 92 comments of Gray Zhang

It seems to cause incorrect result when IME is enabled ![e84721f3ec71a5ce043ef8290](https://user-images.githubusercontent.com/639549/53173667-16748100-3623-11e9-8f21-c6687d6d1f4b.gif)

In our team we have a universal navigation component work across tens of apps, all these apps comes from react 15.0.0 to react 16.8.0, in order to enable navigation implemented...

是的,我原本是希望clone了回去自己build的……另外这个workflow应该已经完全不能用了,B站的DOM结构变化很大我没有一直维护更新……

We need to manually add `types` field to `package.json`, Upcoming TypeScript 4.6's `nodenext` module resolution won't resolve `index.d.ts` automatically Also, for `dedent/macro` to work with TypeScript 4.6, we need `exports`...

Do we have a ETA on this? We heavily rely on this fantasy library but have some problems using it in pure ESM environment.

这里可能有几个细节: 1. 如何区分绝对的引用和相对的引用,这在less中和在js中并不相同,是不是干脆把路径交给webpack去resolve,而不要自己在文件系统上计算? 2. `less-loader`有`paths`配置,这个配置存在的情况下会取消webpack的路径查找功能,此处有可能存在一些兼容性问题

Since this is a babel plugin, it could not back-notify webpack to recompile javascript, to address this issue, I've written a loader to establish the dependency between js and less,...

@stefanprobst I tested your patch in some of my projects and everything works fine, maybe you are interested in creating a PR for this, desperately waiting for that

There is a `maxAge` configuration but it fails to work, maybe this is because on each download of cache the ctime and mtime is updated to current timestamp. This is...

Perhaps we can include cache outdated information in output stats