Skip to content

Commit 6d6f786

Browse files
alan-agius4vikerman
authored andcommitted
fix(@ngtools/webpack): add @angular/compiler-cli version 8.1.0-next.0 as peerDependency
1 parent 572d005 commit 6d6f786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ngtools/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"webpack-sources": "1.3.0"
2929
},
3030
"peerDependencies": {
31-
"@angular/compiler-cli": ">=8.0.0-beta.0 < 9.0.0",
31+
"@angular/compiler-cli": "^8.0.0-beta.0 || ^8.1.0-beta.0 || ^8.2.0-beta.0 || ^8.3.0-beta.0 || ^8.4.0-beta.0 || >=9.0.0-beta < 9",
3232
"typescript": ">=3.4 < 3.5",
3333
"webpack": "^4.0.0"
3434
},

0 commit comments

Comments
 (0)