DomoApps / starter-kit

This is an advanced Domo App project starter (boilerplate).
MIT License
20 stars 9 forks source link

fix(webpack.config): reveal process.env.NODE_ENV to node modules #45

Closed jpumford closed 8 years ago

jpumford commented 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

jpumford commented 8 years ago

This solves issues #42 @sldavidson

sldavidson commented 8 years ago

+1

bmbarker90 commented 8 years ago

Fixes #42