From 7c8510f1d44c0dc98b757dd5c22bc71b83e4f704 Mon Sep 17 00:00:00 2001 From: Matthew Mackay Date: Sat, 11 Dec 2021 07:09:47 -0500 Subject: [PATCH] fix(swc): suppress swc output by default --- swc/private/swc.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/swc/private/swc.bzl b/swc/private/swc.bzl index 4168a78..5ffb1d8 100644 --- a/swc/private/swc.bzl +++ b/swc/private/swc.bzl @@ -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