react-whitebox
Version:
A component to display your errors.
23 lines (22 loc) • 451 B
Plain Text
{
"stage": 0,
"env": {
"development": {
"plugins": ["react-transform"],
"extra": {
"react-transform": [{
"target": "react-transform-hmr",
"imports": ["react"],
"locals": ["module"]
}, {
"target": "react-transform-catch-errors",
"imports": [
"react",
"redbox-react",
"./reporterOptions"
]
}]
}
}
}
}