adambullmer / vue-cli-plugin-browser-extension

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

Handling of key.pem when path contains spaces #111

Closed KunalAggarwal closed 3 years ago

KunalAggarwal commented 3 years ago

When the path to key.pem contains spaces, the hash does not get generated during development and therefore key in manisfest.json goes as a blank string and chrome does not allow loading the unpacked extension. Fixing this issue.

adambullmer commented 3 years ago

:tada: released in 0.25.2