Run webpack scripts with environment variables loaded from .env files
Run your scripts with dotenv variables
dotenv-run
$ dotenv-run webpack build
$ dotenv-run webpack serve
$ dotenv-run -f .env.production webpack