Skip to content

Commit 224dbbc

Browse files
alan-agius4clydin
authored andcommittedMay 25, 2021
fix(@angular-devkit/build-angular): allow i18n extraction on application that uses web-workers
Closes #20930 (cherry picked from commit 6e07cb1)
1 parent f4e1c67 commit 224dbbc

File tree

1 file changed

+2
-0
lines changed
  • packages/angular_devkit/build_angular/src/extract-i18n

1 file changed

+2
-0
lines changed
 

‎packages/angular_devkit/build_angular/src/extract-i18n/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import {
2424
getCommonConfig,
2525
getStatsConfig,
2626
getTypeScriptConfig,
27+
getWorkerConfig,
2728
} from '../webpack/configs';
2829
import { createWebpackLoggingCallback } from '../webpack/utils/stats';
2930
import { Format, Schema } from './schema';
@@ -212,6 +213,7 @@ export async function execute(
212213
getCommonConfig(wco),
213214
getBrowserConfig(wco),
214215
getTypeScriptConfig(wco),
216+
getWorkerConfig(wco),
215217
getStatsConfig(wco),
216218
];
217219

0 commit comments

Comments
 (0)
Please sign in to comment.