Skip to content

Files

Latest commit

 

History

History
15 lines (8 loc) · 686 Bytes

no-unwanted-polyfillio.md

File metadata and controls

15 lines (8 loc) · 686 Bytes

Pattern: Use of duplicate polyfills

Issue: -

Description

You are using Polyfill.io and including duplicate polyfills already shipped with Next.js. This increases page weight unnecessarily which can affect loading performance.

Possible Ways to Fix It

Remove all duplicate polyfills that are included with Polyfill.io. If you need to add polyfills but are not sure if Next.js already includes it, take a look at the list of supported browsers and features first.

Further Reading