-
Is there any option that make the compiled script only support for modern browsers ? like latest 3 version of google, es2016+, https://kangax.github.io/compat-table/es2016plus/#chrome79 |
Beta Was this translation helpful? Give feedback.
Answered by
Timer
Apr 7, 2020
Replies: 1 comment 1 reply
-
The latest version of Next.js already does not polyfill for IE11 and older browsers by default. The code is only loaded in legacy browsers and does not slow down compilation. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wenerme
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The latest version of Next.js already does not polyfill for IE11 and older browsers by default. The code is only loaded in legacy browsers and does not slow down compilation.