Skip to content

Commit

Permalink
fix(swc): suppress swc output by default (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattem authored Dec 11, 2021
1 parent 5d111d0 commit 8ca30ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swc/private/swc.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def _impl(ctx):
"--out-file",
js_out.path,
"--no-swcrc",
"-q",
])

binding = ctx.toolchains["@aspect_rules_swc//swc:toolchain_type"].swcinfo.binding
Expand Down

0 comments on commit 8ca30ec

Please sign in to comment.