mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 00:22:31 +01:00
Use minor version for core-js in babel/preset-env
This commit is contained in:
parent
6b8a7993ff
commit
cf012eb001
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ module.exports = (env) => {
|
|||
loose: true,
|
||||
debug: false,
|
||||
useBuiltIns: 'entry',
|
||||
corejs: 3
|
||||
corejs: '3.39'
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue