Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRedux warning for using minified code outside of NODE_ENV === 'production'. #738
Comments
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Getting this warning when building prod webpack config and running it
#534
I think this was already mentioned and resolved but is still happening
To Reproduce
Steps to reproduce the behavior:
clone https://github.com/raven619claw/starter-kit/tree/develop
run
yarnyarn build:prodand then start withyarn start:prodand you would see the warningExpected behavior
Warning should not be there as NODE_ENV is correctly set