Bingqing Wang

Results 10 comments of Bingqing Wang

咦, 才发现, 没有用commitlint和husky吗

> 哈哈,这个我之前也用 `pnpm` 试过 `uni-app`,也是各种报错,原因应该是 `webpack-sources` 版本问题导致的不匹配,我这个插件依赖的 `webpack-sources` 是 `3.2.3` ,图里面报错的版本是 `1.4.3`. 这个 `issue` 我先尝试通过改 lock 文件解决一下,你先使用 `yarn` 或者 `npm` 进行开发吧。 好的, 谢谢大佬

### 项目名 科创书店 ### 介绍 公司是科学出版社下属一个分社, 该小程序主要是出售电子电工类的书籍和套件 ### 小程序码 ![image](https://user-images.githubusercontent.com/10382462/76416594-547f4700-63d6-11ea-9e9f-390a64e6b9c5.png)

@yusukebe Any chance to make `JwtPayload` not global? I have an app which use different auth middleware for different routes, but as long as I import `hono/jwt`, every context have...

公司/组织/个人:公司&&个人项目 介绍:所有小程序项目都在用

直接用`ts`内置的类型`PropertyKey`, 类型定义是`declare type PropertyKey = string | number | symbol;` ```ts type TupleToObject = { [K in T[number]]: K } ```

+1, 升级到3.6.8, 编译选项就开始报错了 ``` compiler: { type: 'webpack5', prebundle: { enable: false, }, }, ``` 退回到3.6.7可以正常编译

我发现不是popup的问题,是在tab里面,会有这个问题,把他移出tab就没这个问题了