UNPKG
react-whitebox
Version:
latest (0.0.2)
0.0.2
0.0.1
A component to display your errors.
github.com/amannn/react-whitebox
amannn/react-whitebox
react-whitebox
/
examples
/
react-transform-catch-errors
/
error-catcher.js
5 lines
(3 loc)
•
141 B
JavaScript
View Raw
1
2
3
4
5
var
catcherPath
=
'babel-plugin-react-error-catcher'
var
reporterPath
=
'../../../src/'
module
.
exports
= require(catcherPath)(reporterPath)