a1mer
a1mer
readme 没更新而已... 现在不需要先下载clash了... 脚本自动下载...
version 2.0.1 still have same problem I don't know if there are any other conflicts... Maybe I can remove `@tailwind base;` to drop the preflight of tailwindcss, but that's obviously...
导致样式重置的节点有很多,因此我也不清楚应该在哪个节点进行必要的改动,比如可以: - 把内置组件 view 的渲染函数改成使用 createBlock(但不知道会不会有别的影响) - 重新实现 uni-transition
@mehaotian have time to fix this? or it has been fixed so you can close this?
I have hit same problem twice, very bad experience. Every time I need to reinstall pnpm...
Thank you @userquin But isn't this a bug? Even the image isn't in cache, sw should just pass it to server instead of response the fallback html.
@userquin I try to access the same image through force reload(which means ignore service worker totally), the response from server is correct.
any following actions?
As I test, taze already support specify the registry via `.npmrc`. In my opinion, it's not very useful to specify registry via command line options. ```ts export async function getPackageData(name:...
There are only two config properties now: `globalAgent` and `defaultAgent`. Like what you said, `globalAgent` doesn't make sense in a package.json. While in a project, there are two cases: -...