Replies: 4 comments 9 replies
-
You should be able to safely delete that entire file! |
Beta Was this translation helpful? Give feedback.
-
And if a specific polyfill needs to be added, how would on accomplish it? Like i mentioned, I would love to see more of this in the official documentation, and would like to help write it, if you can point me in the right direction. |
Beta Was this translation helpful? Give feedback.
-
Now that 9.4's out, what's the current recommended practice for how/where to polyfill external modules? I'm asking specifically for IE support. I spent a good chunk of this afternoon trying to get even basic examples from the main Next repo to work in IE 11, to no avail. I also see very, very different behavior between For example, the current live If I bootstrap it locally, I know IE is dirt old, but I'm trying to push code out to manufacturers and folks running giant embedded systems, and many of those still have IE. sigh |
Beta Was this translation helpful? Give feedback.
-
I'm also wondering what's the best practices right now for IE11. I'm wondering what's the issue here since Next is supposed to load Is that unrelated to Next? Shoud I use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
From the announcement blog post of version 9.3 I can see that the framework will now handle split bundles into module/no-module versions, with polyfills added to the no-module version.
Question
Is it still necessary to add own polyfills/transpile code with babel afterwards? At the moment, we use next-transpile-modules to transpile specific node-modules, and use this
babel.config.js
to transpile out application code:Will this actually make the situation worse? Would appreciate to have some information about this topic! We need to support IE11 🙅♂ .
Documentation
It would be nice to add the topics transpiling and polyfilling to the Next.js documentation. I would like help with this for sure if someone who knows more about this will point me to the correct resources.
Thanks for the great work with the new update, keep it up 👍
Beta Was this translation helpful? Give feedback.
All reactions