aklinker1 / vite-plugin-web-extension

Vite plugin for developing Chrome/Web Extensions
https://vite-plugin-web-extension.aklinker1.io/
MIT License
553 stars 48 forks source link

Support UI-less extensions #40

Closed aklinker1 closed 1 year ago

aklinker1 commented 1 year ago

Right now, you have to have an HTML file to for the plugin to build, otherwise it will complain about not having any entrypoints.

I'd like to add support for these kinds of extensions.

aklinker1 commented 1 year ago

This is a duplicate of #10, but it's being fixed in v2 #44

aklinker1 commented 1 year ago

Fixed in v2