Ruben Medina
Ruben Medina
I've mapped out a bunch of the API requests and bundled them into a NodeJS library: [OnStarJS](https://github.com/samrum/OnStarJS). Also have a homebridge plugin that uses it for Siri support: [homebridge-onstar](https://github.com/samrum/homebridge-onstar). All...
Is this only an issue in dev mode? What happens on build?
Yeah, I think that'll be the more correct solution. All of the write functions shouldn't be writing anything that exists in the public directory. Similarly for the build functions.
Can you create a small repo that reproduces the issue?
Can you provide a repo that reproduces the issue?
What happens when you try to use that plugin with this one? Are the directives not applied to images or is there some other issue?
Manifest V2 or V3? Not working how? A reproducible example would be helpful.
The plugin creates a wrapper script for scripts that contain imports, so to avoid that you can remove imports from your script. Alternatively could drop a static script in public...
What problem are you running into?
@andrei-g-git that's an unrelated issue. Set the type of `sharedManifest` to `Partial`. Fixed in [[email protected] ](https://github.com/samrum/create-vite-plugin-web-extension/releases/tag/v2.0.1)