Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 251 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 251 Bytes

hello-esbuild

Notes about esbuild learning。

Features

  • blazing fast build speed
  • esm 和 cjs module support
  • tree shaking
  • ts 和 jsx syntax support
  • sourceMap
  • minify
  • pluginable

Refs