Skip to content

Commit 9f482b6

Browse files
committed
Refactor asset processing and fix the way non-localized assets with secondary chunks are produced.
1 parent 0670172 commit 9f482b6

File tree

4 files changed

+560
-325
lines changed

4 files changed

+560
-325
lines changed

common/reviews/api/localization-plugin.api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ export class LocalizationPlugin implements Webpack.Plugin {
203203
addDefaultLocFile(locFilePath: string, locFile: _ILocFile): void;
204204
// (undocumented)
205205
apply(compiler: Webpack.Compiler): void;
206+
// Warning: (ae-forgotten-export) The symbol "IStringSerialNumberData" needs to be exported by the entry point index.d.ts
207+
//
208+
// @internal (undocumented)
209+
getDataForSerialNumber(serialNumber: string): IStringSerialNumberData | undefined;
206210
// @internal (undocumented)
207211
stringKeys: Map<string, _IStringPlaceholder>;
208212
}

0 commit comments

Comments
 (0)