Files
create-react-app/packages/react-error-overlay
Prashant Andani 6fc1993728 Typo fixes (#6104)
<!--
Thank you for sending the PR!

If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots!

Happy contributing!
-->
2018-12-30 18:21:33 -08:00
..
2018-01-12 01:54:53 +00:00
2018-12-30 18:21:33 -08:00
2018-01-12 01:54:53 +00:00
2018-12-23 13:53:12 -05:00
2018-11-06 07:44:59 -05:00

react-error-overlay

react-error-overlay is an overlay which displays when there is a runtime error.

Development

When developing within this package, make sure you run npm start (or yarn start) so that the files are compiled as you work. This is run in watch mode by default.

If you would like to build this for production, run npm run build:prod (or yarn build:prod).
If you would like to build this one-off for development, you can run NODE_ENV=development npm run build (or NODE_ENV=development yarn build).