aklinker1 / vite-plugin-web-extension

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

fix: Open browser with absolute path to extension #64

Closed aklinker1 closed 1 year ago

aklinker1 commented 1 year ago

This closes #63

On windows, if you run web-ext with a relative path like "dist" instead of "C:\Path\to\dist", it will try and install the chrome extension relative to your chrome install directory. So we just need to pass in a absolute path.