Generate propTypes in all build types

This commit is contained in:
Maciej Ziarkowski 2019-11-06 14:50:43 +00:00
parent daf36c9750
commit 4d8e084a35

View File

@ -1,14 +1,13 @@
{ {
"env": { "plugins": [
"development": { "@babel/plugin-syntax-jsx",
"plugins": [ "@babel/plugin-syntax-typescript",
"@babel/plugin-syntax-jsx", [
"@babel/plugin-syntax-typescript", "babel-plugin-typescript-to-proptypes",
["babel-plugin-typescript-to-proptypes", { {
"implicitChildren": true, "implicitChildren": true,
"typeCheck": true "typeCheck": true
}] }
] ]
} ]
}
} }