wenJoy

Results 24 comments of wenJoy
trafficstars

Could u post your code also? Currently context doesn't help to narrow down the scope of problem.

Tests fail on my try. Have u ever run the Unit Test though? Do they pass or not?

@algiuxass Just run ` deno test --allow-env --allow-net test.ts`. Basically , we should make sure the coming code will not break the unit test.

可以参考这篇文档 https://developers.weixin.qq.com/miniprogram/dev/devtools/npm.html#%E5%8E%9F%E7%90%86%E4%BB%8B%E7%BB%8D 因为小程序里不能直接使用 npm 包

> Hi @wenjoy, great question! We actually don't use `npm` internally to fetch Yarn, which is why we don't pick up settings in `.npmrc`. We _do_ support proxy settings via...

> Hi @charlespierce, where were find the doc for using proxy variables to install node with volta? I think all we need to do is set `HTTP_PROXY` and `HTTPS_PROXY` environment...

IMHO, app which import the lib should care about to bunde it to be capable of old browser. It's not like build a site. So @vitejs/plugin-legacy doesn't need to support...

I have figured out a solution to bundle lib supporting old browser without dependent `@vitejs/plugin-legacy` although I insist that lib no need to worry about it. Here is a sample...

> @wenjoy ts is ok ? i think esbuild will deal the `ts` file but babel will not esbuild will not transform to es5, but we cant config to let...