Commit 18e8001
authored
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:prodapp1 parent 94c6182 commit 18e8001
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
181 | 189 | | |
182 | 190 | | |
183 | 191 | | |
| |||
316 | 324 | | |
317 | 325 | | |
318 | 326 | | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
319 | 331 | | |
320 | 332 | | |
321 | 333 | | |
| |||
0 commit comments