diff options
Diffstat (limited to '.babelrc')
-rw-r--r-- | .babelrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc index e80364f0f..139b5b711 100644 --- a/.babelrc +++ b/.babelrc @@ -34,6 +34,16 @@ "plugins": [ "lodash", [ + "transform-react-remove-prop-types", + { + "mode": "remove", + "removeImport": true, + "additionalLibraries": [ + "react-immutable-proptypes" + ] + } + ], + [ "transform-runtime", { "helpers": true, |