We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c27a6 commit 8da9bccCopy full SHA for 8da9bcc
packages/@ngtools/webpack/src/extract_i18n_plugin.ts
@@ -175,7 +175,7 @@ export class ExtractI18nPlugin implements Tapable {
175
program: this._program,
176
host: this._compilerHost,
177
angularCompilerOptions: this._angularCompilerOptions,
178
- i18nFormat: this._i18nFormat,
+ i18nFormat: this._i18nFormat || '',
179
locale: this._locale,
180
outFile: this._outFile,
181
0 commit comments