0.5.0 • Published 8 months ago

swc-cli-mux v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

swc-cli-mux

This project is forked from @swc-projects/pkgs, which is maintained by @kdy1 강동윤

Source code synchronization status:

Main changes between the original repo:

https://github.com/hangxingliu/swc-cli-mux/commit/2c8572a3439a4265d6698e934d07283df4406079

Changes from Original Project

  1. Add a new command named swc-mux for building multiple projects simultaneously. Usage instructions in subsequent section.
  2. Fix path issues related to the parent directory.

Usage

# swc-mux [...common-options] [--mux-verbose] [... --mux <...options>]
swc-mux --strip-leading-paths src out
swc-mux --strip-leading-paths --mux src out --mux ../b/src ../b/out --mux -C module.type=es6 ../esm/src ../esm/out