Skip to content

Commit 899c1d1

Browse files
committed
Don't unnecessarily process additional assets after the first compilation
Signed-off-by: Victor Porof <victorporof@chromium.org>
1 parent b21459a commit 899c1d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/angular_devkit/build_angular/src/webpack/plugins/devtools-ignore-plugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export class DevToolsIgnorePlugin {
4040
{
4141
name: PLUGIN_NAME,
4242
stage: Compilation.PROCESS_ASSETS_STAGE_DEV_TOOLING,
43-
additionalAssets: true,
4443
},
4544
(assets) => {
4645
let vendorsTest: RegExp | null = null;

0 commit comments

Comments
 (0)