diff --git a/services/web/babel.config.json b/services/web/babel.config.json index dd1f1663b6..912c13b8ad 100644 --- a/services/web/babel.config.json +++ b/services/web/babel.config.json @@ -11,24 +11,5 @@ ["@babel/react", { "runtime": "automatic" }], "@babel/typescript" ], - "plugins": ["angularjs-annotate", "macros"], - // Target our current Node version in test environment, to transform and - // polyfill only what's necessary - "env": { - "test": { - "presets": [ - [ - "@babel/env", - { - "targets": { "node": "current" }, - "useBuiltIns": "usage", - // This version must be aligned with the `core-js` version in `package.json` - "corejs": { "version": 3.6 } - } - ], - ["@babel/react", { "runtime": "automatic" }], - "@babel/typescript" - ] - } - } + "plugins": ["angularjs-annotate", "macros"] }