Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue #85 #97

Merged
merged 1 commit into from
Oct 26, 2016
Merged

Fix issue #85 #97

merged 1 commit into from
Oct 26, 2016

Conversation

nodegin
Copy link
Contributor

@nodegin nodegin commented Oct 26, 2016

This pull request fixes #85

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.

By setting NODE_ENV to production for production bundling process.

@nodegin nodegin changed the title Fix #85 Fix issue #85 Oct 26, 2016
@nkzawa
Copy link
Contributor

nkzawa commented Oct 26, 2016

Thanks !

@nkzawa nkzawa merged commit e763dc7 into vercel:master Oct 26, 2016
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants