adambullmer / vue-cli-plugin-browser-extension

Browser extension development plugin for vue-cli 3.0
GNU Lesser General Public License v3.0
426 stars 76 forks source link

Remove webextension polyfill from parent package.json #53

Closed adambullmer closed 5 years ago

adambullmer commented 5 years ago

If the polyfill will be auto included, it does not need to be included in the parent as it will be included in the plugin's dependency tree.