diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2020-10-20 14:10:42 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-20 14:10:42 +1100 |
| commit | 57e95032c898cfdfe795e6924d402fdbe2ae59a8 (patch) | |
| tree | e548b283d0129b5a1c00828f5a456cc094276bd1 /cli/Cargo.toml | |
| parent | 034ab48086557af00216ffe311c71ad4eb0ec4d5 (diff) | |
feat(cli): add support for bundle --no-check (#8023)
Fixes #6686
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 28ed44a8d..1cc568d5d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -61,6 +61,7 @@ rustyline-derive = "0.3.1" serde = { version = "1.0.116", features = ["derive"] } sys-info = "0.7.0" sourcemap = "6.0.1" +swc_bundler = "=0.11.3" swc_common = { version = "=0.10.4", features = ["sourcemap"] } swc_ecmascript = { version = "=0.10.1", features = ["codegen", "dep_graph", "parser", "react", "transforms", "visit"] } tempfile = "3.1.0" |
