feat(babel): Strip prop types (#3122)
* feat(babel): Strip prop types * chore(babel): Indent * fix(babel): Move babel-plugin-transform-react-remove-prop-types to dependencies
This commit is contained in:
parent
25e5aa645d
commit
f18a6c2cf2
3 changed files with 17 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
||||
"babel-plugin-transform-react-jsx-self": "^6.22.0",
|
||||
"babel-plugin-transform-react-jsx-source": "^6.22.0",
|
||||
"babel-plugin-transform-react-remove-prop-types": "^0.4.5",
|
||||
"babel-plugin-transform-runtime": "^6.23.0",
|
||||
"babel-preset-env": "^1.4.0",
|
||||
"babel-preset-react": "^6.11.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue