Replies: 1 comment 9 replies
-
did u find solution |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
When I run Lighthouse on my application I get a warning to avoid serving legacy JS in modern browsers. Looking into the details I see the code references polyfills to
Object.entries()
and the@babel/plugin-transform-classes
is used.I'd tried to set a custom browserlist configuration to point to more up to date browser's versions and after running CWV I still get the same warning.
Is it possible to remove that polyfills?
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions