Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8da9bcc

Browse files
rayrosBrocco
authored andcommitted
fix(@ngtools/webpack): fix error in compiler CLI when i18nFormat is undefined. (#6617)
1 parent c9c27a6 commit 8da9bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/@ngtools/webpack/src/extract_i18n_plugin.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export class ExtractI18nPlugin implements Tapable {
175175
program: this._program,
176176
host: this._compilerHost,
177177
angularCompilerOptions: this._angularCompilerOptions,
178-
i18nFormat: this._i18nFormat,
178+
i18nFormat: this._i18nFormat||'',
179179
locale: this._locale,
180180
outFile: this._outFile,
181181

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /