Closed jpumford closed 8 years ago
because redux needs the node-env to adjust what content it gives us as a module process.env.NODE_ENV is now exposed. If NODE_ENV is undefined, the process will continue as normal. This squelches a message we were seeing in the console from redux
This solves issues #42 @sldavidson
+1
Fixes #42
because redux needs the node-env to adjust what content it gives us as a module process.env.NODE_ENV is now exposed. If NODE_ENV is undefined, the process will continue as normal. This squelches a message we were seeing in the console from redux