File tree Expand file tree Collapse file tree 3 files changed +3
-20
lines changed
angular/devkit/ng-compat/build-angular Expand file tree Collapse file tree 3 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 1
1
/* eslint-disable */
2
- import { VERSION } from '@angular/cli' ;
3
2
4
- export let BrowserBuilderSchema : any ;
5
-
6
- if ( Number ( VERSION . major ) > 12 ) {
7
- BrowserBuilderSchema = require ( '@angular-devkit/build-angular/src/builders/browser/schema' ) . Schema ;
8
- }
3
+ export let BrowserBuilderSchema = require ( '@angular-devkit/build-angular/src/builders/browser/schema' ) . Schema ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
/* eslint-disable */
2
- import { VERSION } from '@angular/cli' ;
3
2
import { json } from '@angular-devkit/core' ;
4
3
5
-
6
- export let normalizeCacheOptions : ( metadata : json . JsonObject , worspaceRoot : string ) => any ;
7
- if ( Number ( VERSION . major ) > 12 ) {
8
- normalizeCacheOptions = require ( '@angular-devkit/build-angular/src/utils/normalize-cache' ) . normalizeCacheOptions ;
9
- }
4
+ export let normalizeCacheOptions : ( metadata : json . JsonObject , worspaceRoot : string ) => any
5
+ = require ( '@angular-devkit/build-angular/src/utils/normalize-cache' ) . normalizeCacheOptions ;
You can’t perform that action at this time.
0 commit comments