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

chore: add browserslist config #236

Merged
merged 1 commit into from
Mar 15, 2022
Merged

chore: add browserslist config #236

merged 1 commit into from
Mar 15, 2022

Conversation

bhbs
Copy link
Contributor

@bhbs bhbs commented Mar 11, 2022

Hi @tannerlinsley, thank you for making nice libraries!

fix #227

Problem?

After 780ae40, this library depends on regeneratorRuntime but does not include it.

Suggestion

No target is specified for @babel/preset-env,
the default configuration is applied and async functions are converted to regeneratorRuntime.

So my suggestion is to add .browserslistrc (not includes IE) and deploy async functions.

Config file in this PR is based on react-router configuration.

@vercel
Copy link

vercel bot commented Mar 11, 2022

@bhbs is attempting to deploy a commit to the Tanstack Team on Vercel.

A member of the Team first needs to authorize it.

@tannerlinsley tannerlinsley merged commit cce79d5 into TanStack:main Mar 15, 2022
@bhbs bhbs deleted the feat-browserslistrc branch March 15, 2022 22:49
Copy link

nx-cloud bot commented Jan 10, 2025

View your CI Pipeline Execution ↗ for commit dadee10.

Command Status Duration Result
nx affected --targets=test:eslint,test:unit,tes... ✅ Succeeded <1s View ↗
nx run-many --target=build --exclude=examples/*... ✅ Succeeded 1s View ↗

☁️ Nx Cloud last updated this comment at 2025-01-20 23:55:24 UTC

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

Successfully merging this pull request may close these issues.

Vite throws 'Uncaught ReferenceError: regeneratorRuntime is not defined'
2 participants