Polyfilling String.prototype.replaceAll #15715
-
As far as I know, Next.js ships with its own set of polyfills instead of relying upon |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Next recommends adding additional polyfills in your |
Beta Was this translation helpful? Give feedback.
-
Thank you! Is there a chance that Next.js will implement |
Beta Was this translation helpful? Give feedback.
-
Thanks for the answers! Where may I find a list of which functionality is polyfilled? I’m thinking about configuring eslint-plugin-compat based upon it. |
Beta Was this translation helpful? Give feedback.
Next recommends adding additional polyfills in your
_app.js
or in the component itself. Custom Polyfill docs