1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-21 23:32:27 +00:00

Set minor version for core-js in babel/preset-env

(cherry picked from commit 2e83d59f61957cbc2171bef097fe2410e72729ad)
This commit is contained in:
Bogdan 2024-12-15 18:50:16 +02:00
parent 13bb8f5089
commit f92935e3d2

View file

@ -188,7 +188,7 @@ module.exports = (env) => {
loose: true,
debug: false,
useBuiltIns: 'entry',
corejs: 3
corejs: '3.39'
}
]
]