rxliuli
rxliuli
> 最后我将你的 中的 type 换成 defer 之后,页面就正常显示了,非常莫名其妙的问题 从这里的解决方法猜测是他的浏览器太旧了不支持 esmodule,或许试试最新的 chrome
1. @869413421 需要服务端修改 mime type ref: https://stackoverflow.com/questions/59908927/failed-to-load-module-script-the-server-responded-with-a-non-javascript-mime-ty 2. 或者修复用户系统注册表中缺失的 Computer\HKEY_CLASSES_ROOT\.js,ref: https://caddy.community/t/failed-to-load-module-script/17408
> @rxliuli, could you please take a look at this issue? It could cause the same problem if `electron-updater` is listed in the dependencies. I'll check this out later and...
没人不想变得可爱🫣
Temporarily fixed and released: [react-native-popover-view-fix-145](https://www.npmjs.com/package/react-native-popover-view-fix-145)
> Thanks @rxliuli ❤️ 🙏 it's fixed crash > > but still there's blocking in another screen so you can't navigate or click at any element. > > for ex...
Is there any progress? I expect to go to git bash by default on windows to run as a shell, most developers will install and use git, after all github...
> it is solved? i've the same problem +1 I ended up using a separate plugin when building ```ts import { defineConfig, mergeConfig, Plugin, UserConfig } from 'vite' import {...
是否有可能直接在 qbt 客户端中实现这个功能,而不是依赖于第三方脚本或工具?
> 最近准备写一个自己的 cli 库,碰巧看到了 liuli-cli。我选的 typescript 同时发现没有 babel 选项,实质上你应该是通过 tsconfig 里配 target、lib 来转 syntax 和 api。 > > 感觉很有意思也比较少见(至少我第一次见)的用法,所以想了解几个使用此方法之后可能会出现的问题 > > 我实测了一下用得比较多的几个 api 比如 Promise、Array.includes 这些都会被保留。 > > 虽然一般情况下都可以通过在项目中使用 useBuiltIns:'entry'...