js bundle

This commit is contained in:
Robin Appelman 2023-04-09 17:35:30 +02:00
commit d0c1045550
7 changed files with 223 additions and 36 deletions

View file

@ -10,3 +10,10 @@ urlencoding = "2.1.2"
const-fnv1a-hash = "1.1.0"
swc = "0.259.6"
swc_common = { version = "0.30.5", features = ["tty-emitter"] }
swc_bundler = "0.212.5"
swc_ecma_loader = "0.42.5"
swc_ecma_ast = "0.102.5"
swc_atoms = "0.4.43"
swc_ecma_parser = "0.132.6"
swc_ecma_codegen = "0.137.6"
anyhow = "1.0.70"