464 B
464 B
@backstage/cli
| @backstage/cli |
|---|
| minor |
Adds a new BACKSTAGE_CLI_BUILD_PARELLEL environment variable to control
parallelism for some build steps.
This is useful in CI to help avoid out of memory issues when using terser. The
BACKSTAGE_CLI_BUILD_PARELLEL environment variable can be set to
true | false | [integer] to override the default behaviour. See
terser-webpack-plugin
for more details.