mirror of
https://github.com/Radarr/Radarr
synced 2025-03-11 06:33:16 +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…
Add table
Reference in a new issue