pheuter / essential-react

A minimal skeleton for building testable React apps using Babel
MIT License
2.03k stars 131 forks source link

Warning: It looks like you're using a minified copy of the development build of React. #43

Closed harlantwood closed 8 years ago

harlantwood commented 8 years ago

After updating all packages (#42), I noticed this big red warning in the JS console, when viewing the production version (made with npm run build):

Warning: It looks like you're using a minified copy of the development build of React. When deploying React apps to production, make sure to use the production build which skips development warnings and is faster. See https://fb.me/react-minification for more details.

Not sure if this was an issue before #42 or not.

wuyanan commented 8 years ago

I alse have the same question. Did you ever resolve it?

harlantwood commented 8 years ago

Seems like this was a red herring caused by some kind of bad state... not sure what the issue was, but it's give away for me.