aklinker1 / vite-plugin-web-extension

Vite plugin for developing Chrome/Web Extensions
https://vite-plugin-web-extension.aklinker1.io/
MIT License
606 stars 52 forks source link

fix: Use correct origin for assets in dev mode #80

Closed aklinker1 closed 1 year ago

aklinker1 commented 1 year ago

This closes #79

For this component:

Screen Shot 2023-03-09 at 12 06 17 PM

The src attribute has the full URL instead of just the absolute path.

Screen Shot 2023-03-09 at 12 06 06 PM

Vite logs a warning that I'm importing a asset from the public directory, but it still proves the fix works.