Skip to content

Commit

Permalink
fix(angular): mark esbuild as optional peer dep #18526 (#18771)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 authored Aug 22, 2023
1 parent e1b76e2 commit 1440f5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
"peerDependenciesMeta": {
"@nguniversal/builders": {
"optional": true
},
"esbuild": {
"optional": true
}
},
"publishConfig": {
Expand Down

0 comments on commit 1440f5c

Please sign in to comment.