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

replace babel-loader with esbuild #337

Closed
MuYunyun opened this issue Nov 19, 2022 · 0 comments
Closed

replace babel-loader with esbuild #337

MuYunyun opened this issue Nov 19, 2022 · 0 comments
Labels
performance experience optimization

Comments

@MuYunyun
Copy link
Owner

MuYunyun commented Nov 19, 2022

esbuild-loader

Diff

Tests 5 times and records the time it spends:

loader 3 times about the time it spends The average value
esbuild-loader 13090ms、12961ms、13166ms 13072ms
babel-loader 9759ms、9996ms、9916ms 9890ms

image

Use esbuild-loader can reduce 24%+ build time than using babel-loader.

@MuYunyun MuYunyun added the performance experience optimization label Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance experience optimization
Projects
None yet
Development

No branches or pull requests

1 participant