Generate propTypes in all build types
This commit is contained in:
parent
daf36c9750
commit
4d8e084a35
11
app/.babelrc
11
app/.babelrc
@ -1,14 +1,13 @@
|
||||
{
|
||||
"env": {
|
||||
"development": {
|
||||
"plugins": [
|
||||
"@babel/plugin-syntax-jsx",
|
||||
"@babel/plugin-syntax-typescript",
|
||||
["babel-plugin-typescript-to-proptypes", {
|
||||
[
|
||||
"babel-plugin-typescript-to-proptypes",
|
||||
{
|
||||
"implicitChildren": true,
|
||||
"typeCheck": true
|
||||
}]
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user