mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-12 03:45:58 +08:00
* ༼ つ ◕_◕ ༽つ stack-frame-overlay * Fix linting * Remove auto overlay * Fix e2e * Pull in the rest * Appease flow * Correct dep * Remove old repo references * Check flow on test * Test overlay in e2e * Add cross env * Rename package * Make sure it gets built post-install * Update the README * Remove extra builds now that there's a postinstall script * Revert "Remove extra builds now that there's a postinstall script" This reverts commit 8bf601dbd36c1e0da7f785fa9ade70ab08ed8772. * Remove broken script * Fix some dev ergo
12 lines
539 B
Markdown
12 lines
539 B
Markdown
# `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 ran in watch mode by default.
|
|
|
|
If you would like to build this for production, run `npm run build:prod` (or `yarn build:prod`).<br>
|
|
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`).
|