Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: adjust custom polyfill suggestion (#13766)
The current [with-polyfills](https://github.com/vercel/next.js/blob/canary/examples/with-polyfills/) example is not the suggested way to add polyfills and is known to cause issues with bundling. The proper way to load polyfills is to include them as the first line in `pages/_app.js`, which I've updated the docs to say.
- Loading branch information