MM-53250 Revert changes to target browser in Babel config (#23817)

* MM-53250 Change supported version of Safari to 15.x

* Update unit tests

* Revert changes made to unsupported browser page

* Rollback targetted browsers in Babel config

* Update snapshots
Этот коммит содержится в:
Harrison Healey
2023-06-22 16:45:38 -04:00
коммит произвёл GitHub
родитель 5a540ea23e
Коммит 8056be1d16
4 изменённых файлов: 13 добавлений и 13 удалений

Просмотреть файл

@@ -5,10 +5,10 @@ const config = {
presets: [
['@babel/preset-env', {
targets: {
chrome: 110,
firefox: 102,
edge: 110,
safari: 16,
chrome: 66,
firefox: 60,
edge: 42,
safari: 12,
},
corejs: 3,
useBuiltIns: 'usage',