1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

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

This commit is contained in:
Bogdan
2024-12-15 18:50:16 +02:00
parent 5ae5d1043a
commit 86b656d323

View File

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