Billy

Results 22 comments of Billy

```output.clean``` looks good but not sure if it supports cleanAfterEveryBuildPatterns?

> Why do you need `cleanAfterEveryBuildPatterns`? Can you describe use case? I'm currently using it to remove intermediate files like sourcemap, after pushed to sentry maybe this is not the...

Same case for me. On the other hand, i tried with programmatically open with query.toggle, it does not trigger callbacks.onOpen.

i'm afraid this library is not maintained anymore, last commit 1 year ago :cry:

@jeffposnick Submitted a PR as proof-of-concept solution to replace rollup by esbuild when bundling in generateSW. There are limitations/differences as compared with before: how to support non-inline runtime, browser target...

No problem. New screenshots below. Rollup: ![generate-sw-by-rollup](https://user-images.githubusercontent.com/12884758/198935008-23f48212-03f2-4c96-85af-c84908f1d30d.jpg) Esbuild: ![generate-sw-by-esbuild](https://user-images.githubusercontent.com/12884758/198935026-8d3bae47-8965-43ed-8e2a-72a7fe178ee5.jpg)

> Another candidate for speedups https://vercel.com/blog/turbopack Yes. In fact I was also trying to bundle with swc, but stuck on inline import.

> If you are using HTTPS, wich it seems so, you should use https-proxy-agent. You can provide a proxy server to https-proxy-agent: > > var HttpsProxyAgent = require('https-proxy-agent'); var proxyServer...

same error after updating svgr related dependencies to 6.1.2

https://github.com/envoyproxy/go-control-plane/pull/607 Would like to know if we will resolve this issue together with this PR?