influxdata / ui

UI for InfluxDB
89 stars 41 forks source link

chore(deps): Replace `@babel/polyfill` with `core-js` #6905

Open abshierjoel opened 1 week ago

abshierjoel commented 1 week ago

Part of #1980

The @babel/polyfill package has been deprecated for some time now, and we should instead rely on core-js directly. I opted to use usage so we wouldn't have to manually find the places to import the polyfills. I have some uncertainty of these changes, so I'd like to see if this passes CI and works in staging as expected. 🤞

Checklist

Authors and Reviewer(s), please verify the following: