diff --git a/services/web/babel.config.json b/services/web/babel.config.json index 4a1da76e68..ed94b409a9 100644 --- a/services/web/babel.config.json +++ b/services/web/babel.config.json @@ -10,7 +10,8 @@ "@babel/env", { "useBuiltIns": "usage", - "corejs": { "version": 3 } + // This version must be aligned with the `core-js` version in `package.json` + "corejs": { "version": 3.6 } } ] ],