[esbuild-loader](https://github.com/privatenumber/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 | <img width="374" alt="image" src="https://user-images.githubusercontent.com/19354791/202841444-a3cd8e94-e40f-478f-b757-9d0956318a7d.png"> Use esbuild-loader can reduce 24%+ build time than using babel-loader.