File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
packages/angular_devkit/build_angular Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 19
19
"@babel/template" : " 7.10.4" ,
20
20
"@jsdevtools/coverage-istanbul-loader" : " 3.0.5" ,
21
21
"@ngtools/webpack" : " 0.0.0" ,
22
- "ajv" : " 6.12.3" ,
23
22
"autoprefixer" : " 9.8.5" ,
24
23
"babel-loader" : " 8.1.0" ,
25
24
"browserslist" : " ^4.9.1" ,
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
9
- // TODO: remove this commented AJV require.
10
- // We don't actually require AJV, but there is a bug with NPM and peer dependencies that is
11
- // whose workaround is to depend on AJV.
12
- // See https://github.com/angular/angular-cli/issues/9691#issuecomment-367322703 for details.
13
- // We need to add a require here to satisfy the dependency checker.
14
- // require('ajv');
15
-
16
9
export * from './transforms' ;
17
10
18
11
export {
You can’t perform that action at this time.
0 commit comments