react-add-to-homescreen
Version:
[](https://circleci.com/gh/kkoscielniak/react-add-to-homescreen/tree/master) [](https://
28 lines (27 loc) • 441 B
Plain Text
{
"presets": [
"env",
"react",
"stage-1"
],
"plugins": [
"transform-decorators-legacy"
],
"env": {
"production": {
"plugins": [
"transform-react-constant-elements",
"transform-react-remove-prop-types"
]
},
"test": {
"plugins": [
"transform-export-extensions"
],
"only": [
"./**/*.js",
"node_modules/jest-runtime"
]
}
}
}