Matt Harrison
Matt Harrison
It doesn't work for me, you're really going to want to hear that cowbell.
@MaximilianBuegler can you explain what you mean by > This seems to pack an http header in front of the zip file, which causes unzip to rightfully complain about this...
Using Typescript 5 and setting `experimentalDecorators: false, emitDecoratorMetadata: false` in my `tsconfig.json` solve my coverage problems.
In spite of the message to the contrary on these docs,[ following these instructions](https://docs.docker.com/config/daemon/ipv6/) with Docker for Mac appears to work.  ![Screenshot 2021-02-10 at...
Thanks!
I managed to trace the issue and I believe it is indeed related to the vite plugin. If I add the following to my `package.json`: ``` "config": { "forge": {...
Ok I've got the vite plugin working now too. I had to do 2 things: - Ensure my native dependency gets copied to the app bundle as vite is not...
Sure, happy to. I'll take a look soon 😄