25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

README.md 539 B

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