Skip to content

Commit 89b1c41

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

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
@@ -332,6 +332,7 @@ LARGE_SPECS = {
332332
"//:node_modules/karma-jasmine",
333333
"//:node_modules/karma-jasmine-html-reporter",
334334
"//:node_modules/puppeteer",
335+
":node_modules/webpack",
335336
],
336337
},
337338
"protractor": {

0 commit comments

Comments
 (0)