node-get-env
node-get-env copied to clipboard
Windows -> Environment Parsed incorrectly
With the following command:
set NODE_ENV=production && webpack
the node_env variable is set to 'production ' which includes a trailing space. This means that the library can't parse this properly.
Would you accept a PR that trims the string?
@raybooysen PR for this would be a great idea. Thanks-