DomoApps/starter-kit

Change to production version of Redux?

Closed this issue · 2 comments

I get this error when running the newest version of starter-kit on a production app:
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.

Fixed by #45