samuelsimoes / chrome-extension-webpack-boilerplate

A basic foundation boilerplate for rich Chrome Extensions using Webpack to help you write modular and modern Javascript code, load CSS easily and automatic reload the browser on code changes.
MIT License
1.7k stars 347 forks source link

process.env.npm_package_description is no more available with npm v7 #94

Closed smallfont00 closed 3 years ago

smallfont00 commented 3 years ago

https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate/blob/d764ce1405b5ce3af84a362947bd1f56c117cbdc/webpack.config.js#L64

according to https://github.com/npm/rfcs/blob/latest/implemented/0021-reduce-lifecycle-script-environment.md

Remove npm_package* values from the script lifecycle environment.

smallfont00 commented 3 years ago

Wrong place. I think no one is maintaining the project anymore.