mirror of
https://github.com/swc-project/swc.git
synced 2024-12-03 00:54:25 +03:00
14 lines
230 B
Markdown
14 lines
230 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`.
|