Erwin Gaitan

Results 2 comments of Erwin Gaitan

What about setting the env vars in the same line, without having to restort to cross-env? Eg: ``` "scripts": { "build:dev": "shx NODE_ENV=development webpack" "build": "shx NODE_ENV=production webpack", .... ```

+1. I see this is an old thread but the feature will come in handy for a lot of us.