vue-cli-plugin-browser-extension
vue-cli-plugin-browser-extension copied to clipboard
Browser extension development plugin for vue-cli 3.0
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Hello, thank you for this great library! We've been working in development for a while on our browser extension, and now we're ready to start using production builds. Everything seems...
App fails to load in firefox, works okay in chrome. In firefox console, getting chrome is not defined 
Hey :wave: @t-miller faced an issue on https://github.com/Kocal/vue-web-extension/issues/658, with the usage of `Function()` and `eval()` in the dist code, complying with Mozilla' CSP when uploading the extension on their web...
**Feature Request** While using the boilerplate and adding the `Dev Tools Tab` feature I expect seeing new tab added to dev tools, but its not implemented. By default, I think...
I am using the vue-cli-plugin-browser-extension version 0.24.2. It works fine with `npm run serve`. But when I want to debug in the web browser, I can only find the modified...
**Describe the bug** Boilerplate gives an option to support a content script, but it does not load by the background. **To Reproduce** Simply use the plugin with a fresh template...
I've started using this plugin with vue cli ui. I want to create a new tab when the extension button is clicked, so I've selected standalone when I've configured the...