Skip to content

Commit 715eef0

Browse files
committed
fixup! refactor: address issue with bazel resolution of peer dependencies
1 parent f235087 commit 715eef0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

goldens/public-api/angular_devkit/build_webpack/index.api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
import { BuilderContext } from '@angular-devkit/architect';
88
import { BuilderOutput } from '@angular-devkit/architect';
99
import { Observable } from 'rxjs';
10-
import webpack from 'webpack';
11-
import WebpackDevServer from 'webpack-dev-server';
10+
import type webpack from 'webpack';
11+
import type WebpackDevServer from 'webpack-dev-server';
1212

1313
// @public (undocumented)
1414
export type BuildResult = BuilderOutput & {

packages/angular_devkit/build_angular/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ ts_project(
226226
":build_angular",
227227
":build_angular_test_utils",
228228
":node_modules/tinyglobby",
229+
":node_modules/webpack",
229230
"//:node_modules/@types/node",
230231
"//:node_modules/prettier",
231232
"//:node_modules/typescript",

0 commit comments

Comments
 (0)