tomwayson / esri-react-router-example

Example of how to load and use the ArcGIS API for JavaScript in a react-router application
https://tomwayson.github.io/esri-react-router-example
Apache License 2.0
23 stars 5 forks source link

Use production build for gh-pages #32

Closed tomwayson closed 5 years ago

tomwayson commented 7 years ago

The gh-pages site shows this warning in the console:

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.

Info is here:

https://facebook.github.io/react/docs/optimizing-performance.html#use-the-production-build

prob could be done as part of #25