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(vite): use esbuild instead of babel #10147

Merged
merged 2 commits into from
Mar 8, 2024
Merged

chore(vite): use esbuild instead of babel #10147

merged 2 commits into from
Mar 8, 2024

Conversation

jtoar
Copy link
Contributor

@jtoar jtoar commented Mar 8, 2024

Tried building with esbuild in #10119 but ran into an error with CI. Keen on trying to fix that here. Looks like it was just a matter of updating the default entry points so far.

@jtoar jtoar added release:chore This PR is a chore (means nothing for users) changesets-ok Override the changesets check labels Mar 8, 2024
@jtoar jtoar added this to the chore milestone Mar 8, 2024
@jtoar jtoar marked this pull request as ready for review March 8, 2024 11:53
@jtoar jtoar added the fixture-ok Override the test project fixture check label Mar 8, 2024
@jtoar jtoar enabled auto-merge (squash) March 8, 2024 12:03
@jtoar jtoar merged commit 2c2abef into main Mar 8, 2024
44 of 45 checks passed
@jtoar jtoar deleted the ds-vite/use-esbuild branch March 8, 2024 12:07
jtoar added a commit that referenced this pull request Mar 8, 2024
Follow up to #10147. Forgot to
remove the Babel dependencies now that they're not used.
jtoar added a commit that referenced this pull request Mar 8, 2024
Tried building with esbuild in
#10119 but ran into an error
with CI. Keen on trying to fix that here. Looks like it was just a
matter of updating the default entry points so far.
jtoar added a commit that referenced this pull request Mar 8, 2024
Follow up to #10147. Forgot to
remove the Babel dependencies now that they're not used.
@Josh-Walker-GM Josh-Walker-GM modified the milestones: chore, v8.0.0 Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changesets-ok Override the changesets check fixture-ok Override the test project fixture check release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants