File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/angular_devkit/build_angular/src/server Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
8
import { BuilderOutput , createBuilder } from '@angular-devkit/architect/src/index2' ;
9
+ import { runWebpack } from '@angular-devkit/build-webpack/src/webpack/index2' ;
9
10
import {
10
11
Path ,
11
12
experimental ,
@@ -21,7 +22,6 @@ import * as path from 'path';
21
22
import { from , of } from 'rxjs' ;
22
23
import { concatMap , map } from 'rxjs/operators' ;
23
24
import * as ts from 'typescript' ; // tslint:disable-line:no-implicit-dependencies
24
- import { runWebpack } from '../../../build_webpack/src/webpack/index2' ;
25
25
import { WebpackConfigOptions } from '../angular-cli-files/models/build-options' ;
26
26
import {
27
27
getAotConfig ,
You can’t perform that action at this time.
0 commit comments