You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
I'm currently having the issue that our Gulp tasks are running with
NODE_ENV=production
. Since we have some Gulp tasks behaving differently withNODE_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 lineexport 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).
The text was updated successfully, but these errors were encountered: