elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.69k stars 8.24k forks source link

Consider removing `resize-observer-polyfill` #121509

Open Dosant opened 2 years ago

Dosant commented 2 years ago

Is looks like we can safely remove resize-observer-polyfill and shave dozens of Kbs from bunch of async chunks:

In some places we already use ResizeObserver without a polyfill, e.g. x-pack/plugins/security_solution/public/resolver/view/use_camera.ts

janmonschke commented 2 years ago

Sounds like a great initiative to me 👏

lizozom commented 2 years ago

Sounds like a small and useful thing to do, especially as we try to reduce bundle sizes. Why not tackle this?

elasticmachine commented 10 months ago

Pinging @elastic/appex-sharedux (Team:SharedUX)