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

Update esbuild to natively support Apple's M1 #3028

Merged
merged 1 commit into from
Feb 18, 2021

Conversation

marvinhagemeister
Copy link
Member

@marvinhagemeister marvinhagemeister commented Feb 18, 2021

This PR updates esbuild to the latest version which now includes a native binary for Apple's M1 chip. The speed improvement is quite noticable on my Macbook Air:

version cold compile watch change
0.8.45 4s 862ms
0.8.47 2.5s 649ms

Note: Every test file is compiled to a self contained bundle. We could even compile every test into one giant bundle to dramatically speed up things even further.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.445% when pulling a4eb33c on update-esbuild into b396932 on master.

@marvinhagemeister marvinhagemeister merged commit e95550f into master Feb 18, 2021
@marvinhagemeister marvinhagemeister deleted the update-esbuild branch February 18, 2021 12:22
This was referenced Mar 15, 2021
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.

None yet

3 participants