UNPKG

539 BMarkdownView Raw
1# `react-error-overlay`
2
3`react-error-overlay` is an overlay which displays when there is a runtime error.
4
5## Development
6
7When developing within this package, make sure you run `npm start` (or `yarn start`) so that the files are compiled as you work.
8This is run in watch mode by default.
9
10If you would like to build this for production, run `npm run build:prod` (or `yarn build:prod`).<br>
11If 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`).