replace babel-loader with esbuild
MuYunyun opened this issue · 0 comments
MuYunyun commented
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 |
Use esbuild-loader can reduce 24%+ build time than using babel-loader.
