Filip Wachowiak

Results 43 comments of Filip Wachowiak

Nice, work. I was about to open an issue, but it looks like it should be fixed once this PR is merged 😄

Does anyone have a sample repo with a workaround solution with [http-middleware](https://github.com/mswjs/http-middleware)? Are there other workarounds for this? Are there any plans to fix it either from the MSW addon...

@nathanhammond @NicholasLYang What do you think about adding this to `inputs` too? I'm trying to get cache based on all files except package.json because we do version bump after merge...

> Presumably you do not version after every single merge, so this is likely not a significant reduction in your cache hit ratio? Actually we do. Only changed packages, but...

Solid is supported. Just use vite plugin for solid

@Chersquwn string for default icon is not supported in manifest v3, see https://json.schemastore.org/chrome-manifest. @jacksteamdev I guess the manifest validation could pick it up though right?

In that case, the example has an error. `action` is a new thing and it's specified in a migration guide https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/#action-api-unification It is specified only as an object here https://developer.chrome.com/docs/extensions/reference/action/...

`@crxjs/vite-plugin` v1 supports only up to vite 2 try using beta release [@crxjs/[email protected]](https://github.com/crxjs/chrome-extension-tools/releases/tag/%40crxjs%2Fvite-plugin%402.0.0-beta.15)

@ph-fritsche @vgpena I'm willing to work on this. If there is something I can do to push this forward just let me know

I'm still seeing this issue in yarn 4.3.0. I was on 3.5.1 and upgraded to 4.3.0 I didn't get a chance to dig in deeper, let me know if that's...