I'm currently having the issue that our Gulp tasks are running with NODE_ENV=production. Since we have some Gulp tasks behaving differently with NODE_ENV=development it would be nice to be able to configure the plugin or use the environmental variables from something like the .bashrc. My .bashrc contains the line export NODE_ENV=development. Can I somehow configure the plugin in that way?
I saw this issue, but it seems not to be working for me (#14).