Jacob Rask

Results 48 comments of Jacob Rask

Try changing `"module": "commonjs"` to `"module": "esnext"`

I have a similar setup except `forceIsolatedModules` and it works. Do you have e.g. ``` "paths": { "@my/util": ["./common/frontend-util/src"] }, ``` in your `tsconfig.json`?

I tried some different configurations in our component library by checking what a typical app would do with the output. Bundling everything to a single file apparently prevents a default...

> @Conaclos It's been a while, but I think I meant that even if one were to list every source file as an entrypoint, causing esbuild to create one output...

Feel free to fork the repository, I'll point this one to your fork. You're welcome to use the name CSS1K. Cheers, Jacob Den 8 jun 2015 09:53 skrev "Anika Henke"...

Yes, it would be nice, but I can't change the markup now, as it could potentially break current layouts. What I will probably do is to add keyboard navigation between...

Hej, tyvärr talar jag inte samma språk som du. Du kanske kan översätta det till engelska?

I had the same problem when running with npx, but it worked in the same package if I installed libyear first.

Even after including this patch we're seeing duplicate nodes (original language and translation). We have some parts of the page in Preact and some in React while migrating, and the...

In fact it seems like `insertBefore` is not triggered at all by Google Translate, so maybe Google Translate has changed since the patch was written.