Skip to content

Commit

Permalink
fix(vite-plugin-angular): add @ngtools/webpack to peer deps of Angula…
Browse files Browse the repository at this point in the history
…r Vite plugin (#1053)
  • Loading branch information
jculvey committed Apr 26, 2024
1 parent 41e5a1b commit c6490e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vite-plugin-angular/package.json
Expand Up @@ -20,7 +20,8 @@
"url": "https://github.com/analogjs/analog.git"
},
"peerDependencies": {
"@angular-devkit/build-angular": "^15.0.0 || >=16.0.0"
"@angular-devkit/build-angular": "^15.0.0 || >=16.0.0",
"@ngtools/webpack": "^15.0.0 || >=16.0.0"
},
"dependencies": {
"ts-morph": "^21.0.0"
Expand Down

0 comments on commit c6490e2

Please sign in to comment.