Skip to content

Commit 44279c9

Browse files
alan-agius4filipesilva
authored andcommitted
refactor: remove no longer needed workaround for AJV
1 parent 9fb2164 commit 44279c9

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
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",

packages/angular_devkit/build_angular/src/index.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
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-
169
export * from './transforms';
1710

1811
export {

0 commit comments

Comments
 (0)