Yanick J.S.
Yanick J.S.
:point_up: Also does not work for me. Stopped working when I upgraded from Electron 12 to Electron 16
This comment provided the missing puzzle piece - thank you!!! Based on it, the following diff made it work for me: ```diff diff --git a/.gitignore b/.gitignore index be81578..25c04c4 100644 ---...
Sharing what worked for me: https://github.com/vercel/hazel/issues/79#issuecomment-1010293920
Sharing what worked for me: https://github.com/vercel/hazel/issues/79#issuecomment-1010293920
Sharing what worked for me: https://github.com/vercel/hazel/issues/79#issuecomment-1010293920
Same issue here, Dell Chromebook 3120 XDGJH (Laptop): `User-Agent: Mozilla/5.0 (X11; CrOS x86_64 13020.67.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36`
Still relevant, please re open
@gtm-nayan Assuming default svelte version.name config (i.e. timestamp of build), is it therefore intended that the hashes for most chunks change on every deploy, regardless of code changes? Because that...
Workaround: ```bash npm install -D esbuild ``` And then run the following command before you run `svelte-kit build`: ```json "build:svelteconfig": "esbuild svelte.config.ts --outfile=svelte.config.js" ```
@paulvarache I'm not sure I am following yet - could you elaborate? What is the difference in the end-user experience for the following three scenarios: A) I buy an EV...