swc/bundler
2021-10-10 01:33:22 +09:00
..
assets swc_bundler (#943) 2020-08-12 22:18:47 +09:00
examples feat(swcpack): Enable concurrent mode (#2356) 2021-10-08 16:47:01 +09:00
scripts feat(swcpack): Enable concurrent mode (#2356) 2021-10-08 16:47:01 +09:00
src perf(bundler): Improve performance (#2384) 2021-10-09 08:08:13 +00:00
tests perf(bundler): Improve performance (#2384) 2021-10-09 08:08:13 +00:00
.gitignore feat(swcpack): Enable concurrent mode (#2356) 2021-10-08 16:47:01 +09:00
build.rs Fix bundler (#1194) 2020-10-30 14:49:02 +09:00
Cargo.toml chore: Publish 2021-10-10 01:33:22 +09:00
README.md swc_bundler (#943) 2020-08-12 22:18:47 +09:00

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.