Skip to content

Conversation

@dmichon-msft
Copy link
Contributor

Summary

Adds an option to @rushstack/module-minifier to disable caching of results.

Details

Supported for LocalMinifier and WorkerPoolMinifier

How it was tested

Unit tests for LocalMinifier.

Impacted documentation

API Doc for the package.


// @public
export interface ILocalMinifierOptions {
cache?: boolean;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
cache?: boolean;
disableCache?: boolean;

true-as-default always feels unintiuitive.

@iclanton iclanton moved this from Needs triage to AE/AD in Bug Triage Oct 27, 2025
@iclanton iclanton moved this from AE/AD to Low priority in Bug Triage Oct 27, 2025
@iclanton iclanton removed the status in Bug Triage Oct 27, 2025
@iclanton iclanton moved this to High priority in Bug Triage Oct 27, 2025
@iclanton iclanton removed the status in Bug Triage Oct 27, 2025
@iclanton iclanton moved this to In Progress in Bug Triage Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants