We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e1c67 commit 224dbbcCopy full SHA for 224dbbc
packages/angular_devkit/build_angular/src/extract-i18n/index.ts
@@ -24,6 +24,7 @@ import {
24
getCommonConfig,
25
getStatsConfig,
26
getTypeScriptConfig,
27
+ getWorkerConfig,
28
} from '../webpack/configs';
29
import { createWebpackLoggingCallback } from '../webpack/utils/stats';
30
import { Format, Schema } from './schema';
@@ -212,6 +213,7 @@ export async function execute(
212
213
getCommonConfig(wco),
214
getBrowserConfig(wco),
215
getTypeScriptConfig(wco),
216
+ getWorkerConfig(wco),
217
getStatsConfig(wco),
218
];
219
0 commit comments