Files
backstage/.changeset/cli-parallel-build-options.md
T
2020-10-14 13:13:18 -04:00

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.