doc

https://github.com/evanw/esbuild

被vite依赖

1
2
3
4
5
6
extremely fast JavaScript bundler
- esbuild 0.33s
- parcel 232.48s
- rollup + terser 34.95s
- webpack 541.53s
Above: the time to do a production bundle of 10 copies of the three.js library from scratch using default settings, including minification and source maps. More info here.
1
2
3
4
5
6
7
8
9
10
Major features:

- Extreme speed without needing a cache
- ES6 and CommonJS modules
- Tree shaking of ES6 modules
- An API for JavaScript and Go
- TypeScript and JSX syntax
- Source maps
- Minification
- Plugins