Replies: 1 comment 3 replies
-
Does anybody know? @Timer @timneutkens ? |
Beta Was this translation helpful? Give feedback.
3 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.
-
I'm using custom polyfills as intersection-observer, and I added them in my project following this example:
https://github.com/zeit/next.js/blob/canary/examples/with-polyfills/next.config.js
However, these polyfills are added also in modern browsers. Is there another way to do it only for legacy browsers? (This example is very old and the things changed so fast in Next.js)
Beta Was this translation helpful? Give feedback.
All reactions