1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-23 02:05:27 +02:00

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

This commit is contained in:
Bogdan 2024-12-15 18:50:16 +02:00 committed by Mark McDowall
parent c39fb4fe6f
commit 2e83d59f61

View File

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