vue-cli-plugin-browser-extension
vue-cli-plugin-browser-extension copied to clipboard
Browser extension development plugin for vue-cli 3.0
[Manifest v3](https://developer.chrome.com/docs/extensions/mv3/intro/) is coming and as writed on the chrome extension developers documentations it will be soon mandatory to use it. Will this cli plugin support manifest v3 soon?
**Describe the bug** I have big extension a crm project that use Vuetify and fire base. I was able to get live reload work on MV2 on BG, content scrips...
Started a fresh vue3 project. Installed the plugin using `vue add browser-extension` Then I ran the serve script which is `vue-cli-service build --mode development --watch` I also tried `vue-cli-service build`...
Seems like there are heaps of bugs regarding v3 manifest(mainly csp and background service workers) which haven't been resolved and no major updates have been made in this area. So...
I am trying to use a content script but to no avail. I've used the boilerplate setup and I can see it being compiled, but no code gets executed in...
Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
**Describe the bug** When I build in dev mode using npm run serve, the manifest copies across, but not all of the attributes from the original in src/manifest.json are present....
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...
Does the plugin support Webpack 5 which will be [the default in Vue CLI 5](https://next.cli.vuejs.org/migrations/migrate-from-v4.html#webpack-5)? Adding the plugin in a new Vue CLI 5 project (with TypeScript) generates the following...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...