vue-cli-plugin-browser-extension
vue-cli-plugin-browser-extension copied to clipboard
Browser extension development plugin for vue-cli 3.0
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
In order to support the ongoing effort to migrate to Manifest v3 (see #107), the [`content_security_policy` field](https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/#content-security-policy) of the manifest file needs to be formatted as an object, instead of...
See #130 for discussion of the underlying issue. Given that this PR implements new functionality necessary for supporting manifest-v3 without detracting from any existing functionality, I feel it makes sense...
According to manifest V3 background.js must be placed in root (./background.js). I tried to changed vue.config.js as below but the output key is ignored. ``` const p = require('path'); pluginOptions:...
The google extension has multiple content entries and customization pages, it also has a popup and background script. So the output size is too large, I want to split chunks...
**Describe the bug** Event configure this in vue.config.js , the dist entry files still have `webextension-polyfill module code` ``` chainWebpack: (config) => { // adambullmer/vue-cli-plugin-browser-extension seems conflict with webextension-polyfill-ts //...
And where i can get information about `standalone` I searched in `developer.chrome.com` but nothing find
**Describe the bug** ``` var browser = injectionContext.browser; // browser=null var extension = browser.extension, // fuck null ``` **To Reproduce** 1. 配置vue.config.js ```js { "pluginOptions": { "browserExtension": { "componentOptions": {...
**Describe the bug** I have a NPM error when building for production which doesn't happen when I disable code splitting. `TypeError: file.split is not a function` ``` at removeLoaders (/****/node_modules/@soda/friendly-errors-webpack-plugin/src/formatters/defaultError.js:23:22)...