abhijithvijayan / wext-manifest-loader

Webextension Manifest Generator that you specify `manifest.json` properties to appear only in specific browsers and environment
https://github.com/abhijithvijayan/web-extension-starter
MIT License
25 stars 5 forks source link

Optionally Update manifest.json version with package.json version #5

Closed abhijithvijayan closed 4 years ago

abhijithvijayan commented 4 years ago

when the loader is out, it should have the ability to get VERSION from env vars provided by the webpack.

Currently, the manifest version is automatically updated from the package.json, but some users update it with certain packages, so it should be either provided with version as a option or just to read from env

abhijithvijayan commented 4 years ago

Released in 1.1.2