File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
packages/react-error-overlay Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ` react-error-overlay `
2
2
3
- An overlay for displaying stack frames .
3
+ ` react-error-overlay ` is an overlay which displays when there is a runtime error .
4
4
5
- # API
5
+ ## Development
6
6
7
- <!-- Generated by documentation.js. Update this documentation by updating the source code. -->
7
+ When developing within this package, make sure you run ` npm start ` (or ` yarn start ` ) so that the files are compiled as you work.
8
+ This is ran in watch mode by default.
9
+
10
+ If you would like to build this for production, run ` npm run build:prod ` (or ` yarn build:prod ` ).<br >
11
+ 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 ` ).
You can’t perform that action at this time.
0 commit comments