samrum / vite-plugin-web-extension

A vite plugin for generating cross browser platform, ES module based web extensions.
MIT License
331 stars 32 forks source link

Allow passing extra content scripts and html files #76

Closed Diggsey closed 1 year ago

Diggsey commented 1 year ago

Fixes #75

I have zero knowledge of how vite works, so this is probably not the best way to do this, but it was good enough for my project.

samrum commented 1 year ago

Thanks for the PR and feedback in the related issue! Going to close this in favor of #88 which should provide similar functionality along with some plugin improvements.