Skip to content

Commit

Permalink
Update examples/with-polyfills/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Jul 25, 2020
1 parent 6ead74b commit 60c27d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-polyfills/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example app with polyfills

❗️ Warning: This example is not the suggested way to add polyfills and is known to cause issues with bundling. See [the browser support docs](https://nextjs.org/docs/basic-features/supported-browsers-features#server-side-polyfills) for the correct way to load polyfills.
> ❗️ Warning: This example is not the suggested way to add polyfills and is known to cause issues with bundling. See [the browser support docs](https://nextjs.org/docs/basic-features/supported-browsers-features#custom-polyfills) for the correct way to load polyfills.
Next.js supports modern browsers and IE 11. It loads required polyfills automatically. If you need to add custom polyfills, you can follow this example.

Expand Down

0 comments on commit 60c27d5

Please sign in to comment.