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 1919 "@babel/template" : " 7.10.4" ,
2020 "@jsdevtools/coverage-istanbul-loader" : " 3.0.5" ,
2121 "@ngtools/webpack" : " 0.0.0" ,
22- "ajv" : " 6.12.3" ,
2322 "autoprefixer" : " 9.8.5" ,
2423 "babel-loader" : " 8.1.0" ,
2524 "browserslist" : " ^4.9.1" ,
Original file line number Diff line number Diff line change 66 * found in the LICENSE file at https://angular.io/license
77 */
88
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-
169export * from './transforms' ;
1710
1811export {
You can’t perform that action at this time.
0 commit comments