Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): allow i18n extraction on applicat…
Browse files Browse the repository at this point in the history
…ion that uses web-workers

Closes #20930
  • Loading branch information
alan-agius4 authored and clydin committed May 25, 2021
1 parent 15e5bfa commit 6e07cb1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import {
getCommonConfig,
getStatsConfig,
getTypeScriptConfig,
getWorkerConfig,
} from '../webpack/configs';
import { createWebpackLoggingCallback } from '../webpack/utils/stats';
import { Format, Schema } from './schema';
Expand Down Expand Up @@ -212,6 +213,7 @@ export async function execute(
getCommonConfig(wco),
getBrowserConfig(wco),
getTypeScriptConfig(wco),
getWorkerConfig(wco),
getStatsConfig(wco),
];

Expand Down

0 comments on commit 6e07cb1

Please sign in to comment.