Skip to content

Conversation

clydin
Copy link
Member

@clydin clydin commented Sep 22, 2025

No description provided.

@clydin clydin added target: patch This PR is targeted for the next patch release action: review The PR is still awaiting reviews from at least one requested reviewer labels Sep 22, 2025
@clydin clydin requested a review from alan-agius4 September 22, 2025 14:20
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Sep 22, 2025
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Sep 22, 2025
@clydin clydin merged commit aa5581b into angular:20.3.x Sep 22, 2025
35 checks passed
@clydin clydin deleted the build/rolldown-20.3.x branch September 22, 2025 14:42
const result = await bundle.generate({
minify: { mangle: false, compress: false, removeWhitespace: true },
minify: { mangle: false, compress: false },
advancedChunks: { minSize: 8192 },
Copy link

Choose a reason for hiding this comment

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

Did this work for you? When I do NG_BUILD_OPTIMIZE_CHUNKS=true ng build with @angular/[email protected], which contains this PR, then I see:

[INVALID_OPTION] Warning: Advanced chunks options (minSize) specified without groups. These options have no effect without groups - you should either add groups to use advanced chunking or remove these options.

And the amount of chunks seem to be the same as without this setting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants