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

fix: dynamic imports in content scripts are broken #71

Closed samrum closed 1 year ago

samrum commented 1 year ago

the way the existing logic is implemented doesn't work correctly and things work ok without it, so remove it

Closes #53