We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5dc84d commit d32d2f3Copy full SHA for d32d2f3
packages/react-error-overlay/README.md
@@ -1,7 +1,11 @@
1
# `react-error-overlay`
2
3
-An overlay for displaying stack frames.
+`react-error-overlay` is an overlay which displays when there is a runtime error.
4
5
-# API
+## Development
6
7
-<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
+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`).
0 commit comments