Stephan Schreiber

Results 21 comments of Stephan Schreiber

Wow! (no pun intended) Impressive work that will most certainly be very, very useful. TBH, I didn't give WoW-Bundle all the attention it deserves lately. I'm not sure when I'll...

Oh, I see. I assumed esbuild would only discard type imports (e.g., `import type { ... }` and `import { type ... }`), but that makes sens. Closing this, then....

Reopening because actually, it still doesn't work. 🤣 Keeping the `stdin` option, I still get an empty result. Using the `entryPoints` option, ts-loader seems to ignore `treeShaking` being set to...

Hi @evanw, thanks for joining the party :) The problem here, is that esbuild doesn't seem to look for `tsconfig.json` when input is ``, even though the `tsconfig` option is...

> This is a feature request. I can rename this issue to be about this. Thank you. It would be great too if the `build`/`buildSync` methods also honored the `tsconfigRaw`...

Why not simply write `external: [ 'react' ]` and `external: [ '@repo/myLib' ]` ?

I did some digging and I think i figured out what's going on. The issue arises only when the tokenizer generates zero-length `tt.template` tokens: ``` `foo ${var} bar` //

> @danielbayley last call on this one This PR makes Node choke when importing certain plugins (typescript and babel, at least) from an ESM package. Generating minimal `package.json` files next...

I went with the first option. 😄