From 655c65f873397631fdf919d4e03920b830a8529d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Alby?= Date: Tue, 14 Dec 2021 14:25:25 +0100 Subject: [PATCH] Merge pull request #6126 from overleaf/msm-update-corejs Updated corejs version in @babel/env GitOrigin-RevId: 2b5958e052622a4621e4312c3dbdd845cb53875a --- services/web/babel.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } } ] ],