You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(rollup): add silent attr to rollup_bundle to support --silent flag (#1680)
* feat(rollup): add silent attr to rollup_bundle to support --silent flag
As rollup_bundle already supports specific rollup flags with specific
attributes on the rollup_bundle rule, adding a boolean attribute for
silent makes the most sense.
This boolean determines if the --silent flag is added to the rollup command
when called.
* fixup! fix(examples): change build target label to //src:prodapp
* fixup! fix(examples): change build target label to //src:prodapp
0 commit comments