|
|
@@ -5,7 +5,9 @@
|
|
|
{
|
|
|
"useBuiltIns": "usage",
|
|
|
// This version must be aligned with the `core-js` version in `package.json`
|
|
|
- "corejs": { "version": "3.30" }
|
|
|
+ "corejs": { "version": "3.30" },
|
|
|
+ // Exclude Array.prototype.push polyfill, as it's not needed and affects performance in Chrome
|
|
|
+ "exclude": ["es.array.push"]
|
|
|
}
|
|
|
],
|
|
|
["@babel/react", { "runtime": "automatic" }],
|