diff --git a/app/.babelrc b/app/.babelrc index 1b96c4f3..1578f26a 100644 --- a/app/.babelrc +++ b/app/.babelrc @@ -1,14 +1,13 @@ { - "env": { - "development": { - "plugins": [ - "@babel/plugin-syntax-jsx", - "@babel/plugin-syntax-typescript", - ["babel-plugin-typescript-to-proptypes", { - "implicitChildren": true, - "typeCheck": true - }] - ] - } - } + "plugins": [ + "@babel/plugin-syntax-jsx", + "@babel/plugin-syntax-typescript", + [ + "babel-plugin-typescript-to-proptypes", + { + "implicitChildren": true, + "typeCheck": true + } + ] + ] } \ No newline at end of file