Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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