1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-21 23:33:00 +00: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'
}
]
]