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

feat: generate loader files for web accessible scripts #52

Closed samrum closed 2 years ago

samrum commented 2 years ago

Similar to content scripts, always generate loader files for web accessible script chunks. This allows consumers to reference the web accessible script via it's non-hashed input file name in code

fixes #23