We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a209667 commit c188887Copy full SHA for c188887
packages/angular_devkit/build_webpack/src/index.ts
@@ -5,10 +5,6 @@
5
* Use of this source code is governed by an MIT-style license that can be
6
* found in the LICENSE file at https://angular.io/license
7
*/
8
-
9
export * from './webpack';
10
export * from './webpack-dev-server';
11
12
-export * from './plugins/architect';
13
14
export { EmittedFiles } from './utils';
packages/angular_devkit/build_webpack/src/plugins/architect.ts
0 commit comments