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: react HMR HTML errors due to CSP in manifest V3 #86

Closed samrum closed 1 year ago

samrum commented 1 year ago

BREAKING CHANGE: dev mode HTML transforms are no longer applied by default. Enable via devHtmlTransform plugin option if still needed.

Fixes #85