mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 19:41:34 +00:00
Merge pull request #6126 from overleaf/msm-update-corejs
Updated corejs version in @babel/env GitOrigin-RevId: 2b5958e052622a4621e4312c3dbdd845cb53875a
This commit is contained in:
parent
cf0a488a30
commit
655c65f873
1 changed files with 2 additions and 1 deletions
|
@ -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 }
|
||||
}
|
||||
]
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue