samrum / vite-plugin-web-extension

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

feat: additionalInputs plugin option #88

Closed samrum closed 1 year ago

samrum commented 1 year ago

BREAKING CHANGE: The webAccessibleScripts option has been removed and replaced by the additionalInputs option. For similar functionality, move scripts to additionalInputs.scripts and html files to additionalInputs.html. Check the README for detailed usage instructions.

Closes #75