Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bazel): support for terser v5 and 2020 in rollup_bundle rule #215

Merged
merged 2 commits into from
Sep 13, 2021

Conversation

devversion
Copy link
Member

@devversion devversion commented Sep 13, 2021

Supports for terser v5 in the ng_rollup_bundle rule. currently
terser fails because there is a conflicting --beautify CLI flag
set by @bazel/terser and the output option we manually control.

Instead of output, the new non-conflicting format name should be used:

ERROR: Please only specify either output or format option, preferrably
format.

Supports for terser v5 in the `ng_rollup_bundle` rule. currently
terser fails because there is a conflicting `--beautify` CLI flag
set by `@bazel/terser` and the `output` option. Instead, the
new `format` name should be used:

```
ERROR: Please only specify either output or format option, preferrably
format.
```
Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@devversion devversion merged commit 6aecdfb into angular:main Sep 13, 2021
@devversion devversion deleted the feat/support-for-terser-v5 branch September 13, 2021 15:57
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Oct 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants