JSPM

  • Created
  • Published
  • Downloads 4536687
  • Score
    100M100P100Q217922F
  • License MIT

An overlay for displaying stack frames.

Package Exports

  • react-error-overlay

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-error-overlay) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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).