Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: attempt to fix old browsers [wip] #976

Closed
wants to merge 1 commit into from

Conversation

ivan-aksamentov
Copy link
Member

Next.js 12 does not seem to be taking into account browserslist and won't transpile Object.fromEntries and spread operator .... In particular, Edge 18 and Firefox pre-65 don't understand the current bundle.

People have been complaining and browserslist support seems to be present in Next.js 12.2.6-canary.6. However it also breaks a bunch of stuff. Let's monitor the situation.

vercel/next.js#33227
vercel/next.js#36584

Next.js 12 does not seem to be taking into account `browserslist` and won't transpile `Object.fromEntries` and spread operator `...`. In particular, Edge 18 and Firefox pre-65 don't understand the current bundle.

People have been complaining and `browserslist` support seems to be present in Next.js `12.2.6-canary.6`. However it also breaks a bunch of stuff. Let's monitor the situation.

vercel/next.js#33227
vercel/next.js#36584
@vercel
Copy link

vercel bot commented Aug 30, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
nextclade ❌ Failed (Inspect) Aug 30, 2022 at 7:51AM (UTC)

@corneliusroemer
Copy link
Member

Ah could this be behind some of the errors with Asian users?

@ivan-aksamentov
Copy link
Member Author

This is not related to regions, but yes, some of the error reports may be explained by this. There aren't many though, as not many people use pre-Chromium Edge or old Firefox (someone might get stuck at Firefox ESR 60 probably).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants