IP
.babelrc
{
"presets": [
["es2015", { "modules": false }], "stage-2", "react"],
"env": {
"production": {
"plugins": ["transform-react-remove-prop-types", {
"mode": "remove"
}]
},
"development": {
"plugins": [
"react-hot-loader/babel"
]
}
}
}
что то ничего он не удалят, что я не так сделал?