Closed Cihatata closed 1 year ago
See #10 and #40. V2 will support extensions without a UI, but right now you need at least 1 html file.
Here's a work around for now: https://github.com/aklinker1/vite-plugin-web-extension/issues/10#issuecomment-1089367768
Okey, thank you. I'm looking forward to the new version.
Hi,
I am using
vite-plugin-web-extension v1
. Firstly i removed this line"default_popup": "popup.html
frommanifest.json
then i run build command and Vite threw error.Error: You must supply options.input to rollup
if i add
popup.html
again to manifest.json. There is no problem.i dont want to use popup. How to remove it ?
how do i fix this problem ?
Error log
My manifest