yejiajie

Results 3 issues of yejiajie

由于代码里会判断 window.jWeixin 如果其他包里引用了 其他版本的 weixin-js-sdk ,再次引用时 window.jWeixin 已经存在 导致代码逻辑不正确 ``` myproject --node_modules ---- [email protected] // 我自己安装的 sdk ---- ohter [email protected] // 第三方包引入的 sdk ``` 应该添加一行代码 ``` if(!window.jWeixin) {...} return window.jWeixin...

### Describe the bug ``` import pkg from "vscode-uri"; ^^^ SyntaxError: The requested module 'vscode-uri' does not provide an export named 'default' ``` ![image](https://github.com/fi3ework/vite-plugin-checker/assets/1755967/ddbc3d75-4f8a-467c-897a-39f938bb59e5) ### Reproduction update dependencies [email protected] ###...