Jonas Kuske

Results 86 comments of Jonas Kuske

Cool, gonna update the PR later! 👍 And yeah, thinking of an entry src as an import first sounded strange to me too. But it kind of makes sense when...

> Re `Sec-Fetch-Dest`, I agree this is better than using `?import` to differentiate JS and non-JS requests. But I'm concerned about limiting browsers during dev. We currently support Safari 13,...

> This seems to only replace the src with the compiled js file which breaks things That must be an error on your side, can't reproduce. (are you returning the...

👍🏻👍🏻 I still think that constructing an invalid Regex isn't really sound though. What do you think about fixing the Regex so it doesn't throw an obscure error anymore, but...

@Stargate-project You need to change `COLLECT_API_ENDPOINT` in addition to `TRACKER_SCRIPT_NAME` as that's blocked as well

This is still failing in Firefox (Nightly) – didn't test Safari yet. The `preloadResponse` can be accessed, but if `respondWith()` receives a response before the preload request has finished, the...

> Starting from 2.7 I see `Uncaught ReferenceError: Cannot access 'a' before initialization` all the time in the test case, even after doing `touch src/main.ts`. So the bug can be...

@robokozo are you using any images, fonts, other kinds of assets? All assets are inlined into the JS/CSS files if you build in lib mode, so the generated JS/CSS files...

`esbuild` just added support for PnP with version `0.15.0`: https://github.com/evanw/esbuild/releases/tag/v0.15.0! However, when I force vite to use `[email protected]` via `package.json#resolutions`, I still see the warning. 🤔

Other than that, distribution through the Microsoft Store probably is an option too, then you don't need a certificate as Microsoft does the signing. And `msstore` is one of the...