mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: fix path of @angular/ssr package (#58821)
The path was incorrect PR Close #58821
This commit is contained in:
committed by
Jessica Janiuk
parent
9fdec75c08
commit
d7dfd47232
@@ -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",
|
||||
|
||||
+2151
-1793
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user