zooniverse / vox

Voting app
Apache License 2.0
0 stars 1 forks source link

Env not set correctly #21

Closed simoneduca closed 8 years ago

simoneduca commented 8 years ago

You are currently using minified code outside of NODE_ENV === 'production'. This means that you are running a slower development build of Redux. You can use loose-envify (https://github.com/zertosh/loose-envify) for browserify or DefinePlugin for webpack (http://stackoverflow.com/questions/30030031) to ensure you have the correct code for your production build.