mirror of
https://github.com/Readarr/Readarr
synced 2025-12-07 17:03:16 +01:00
Set minor version for core-js in babel/preset-env
(cherry picked from commit 2e83d59f61957cbc2171bef097fe2410e72729ad) Closes #3941
This commit is contained in:
parent
8563a42822
commit
6e05456d6a
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ module.exports = (env) => {
|
|||
loose: true,
|
||||
debug: false,
|
||||
useBuiltIns: 'entry',
|
||||
corejs: 3
|
||||
corejs: '3.39'
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue