Luca Forstner

Results 732 comments of Luca Forstner

Ok so after some pondering we decided to deprecate and delete `cleanArtifacts` (for now it will just noop). There was a historical need for it but nowadays you can just...

Lemme know if you think this is stupid or not 😄

> * Won't cause problems > * Won't end up adding towards some storage quota accidentally and hurting us that way. It should not cause problems (very generic I know...

@newhouse Yep this will land soon. For now, please just remove the `cleanArtifacts` and everything should work.

This is now long released. Forgot to give an update. Sorry about that!

Hi, which esbuild version are you using?

I unfortunately cannot reproduce. Could you provide a small reproduction repo or stackblitz or similar so we can debug this further? Thanks!

Hi, I believe this is because we only really support esbuild with `bundle: true`. We should probably special case builds without bundling somehow.

@seeARMS Fair feedback. I opened a PR to at least log a warning, and we will also update the wizard to warn you about this.