swc/bundler/README.md

14 lines
230 B
Markdown
Raw Normal View History

# 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`.