swc/crates/swc_bundler/README.md

14 lines
240 B
Markdown

# swc_bundler
Bundler for the SWC project.
## Features
- Clean merging (generated code is easy to optimize)
- Parallel file loading
- Tree shaking
- Common js support (aka `require`)
- Circular imports
Tests live at `/spack`.