Skip to content

[webpack5-localization-plugin] Streamline processing #5095

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

Merged
merged 3 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/webpack5-localization-plugin",
"comment": "Leverage webpack caching layer for localized and nonlocalized asset generation. Reduce unnecessary work.",
"type": "minor"
}
],
"packageName": "@rushstack/webpack5-localization-plugin"
}
4 changes: 1 addition & 3 deletions common/reviews/api/webpack5-localization-plugin.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ export interface _IStringPlaceholder {
locFilePath: string;
stringName: string;
suffix: string;
translations: ReadonlyMap<string, ReadonlyMap<string, string>>;
value: string;
valuesByLocale: Map<string, string>;
}

// @public (undocumented)
Expand All @@ -147,8 +147,6 @@ export class LocalizationPlugin implements WebpackPluginInstance {
getPlaceholder(localizedFileKey: string, stringName: string): _IStringPlaceholder | undefined;
// @internal (undocumented)
readonly _options: ILocalizationPluginOptions;
// (undocumented)
readonly stringKeys: Map<string, _IStringPlaceholder>;
}

// @public (undocumented)
Expand Down
Loading
Loading