Run webpack scripts with environment variables from .env files
Run your scripts with dotenv variables
dotenv-run$ dotenv-run webpack$ dotenv-run webpack serve$ dotenv-run -f .env.production webpack build$ dotenv-run -f .env -f .env.local webpack$ dotenv-run NODE_ENV=production webpack --mode production