mirror of
https://github.com/Radarr/Radarr
synced 2024-12-21 23:42:23 +00:00
Use minor version for core-js in babel/preset-env
This commit is contained in:
parent
5ae5d1043a
commit
86b656d323
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ module.exports = (env) => {
|
|||
loose: true,
|
||||
debug: false,
|
||||
useBuiltIns: 'entry',
|
||||
corejs: 3
|
||||
corejs: '3.39'
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue