mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: fix path of @angular/ssr package (#58821)
The path was incorrect PR Close #58821
This commit is contained in:
parent
9fdec75c08
commit
d7dfd47232
2 changed files with 2152 additions and 1794 deletions
|
|
@ -19,7 +19,7 @@
|
|||
"@angular/platform-browser-dynamic": "file:../../dist/packages-dist/platform-browser-dynamic",
|
||||
"@angular/platform-server": "file:../../dist/packages-dist/platform-server",
|
||||
"@angular/router": "file:../../dist/packages-dist/router",
|
||||
"@angular/ssr": "file:../../dist/node_modules/@angular/ssr",
|
||||
"@angular/ssr": "file:../../node_modules/@angular/ssr",
|
||||
"rxjs": "file:../../node_modules/rxjs",
|
||||
"typescript": "file:../../node_modules/typescript",
|
||||
"http-server": "file:../../node_modules/http-server",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue