MuYunyun/create-react-doc

replace babel-loader with esbuild

MuYunyun opened this issue · 0 comments

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.