-
Notifications
You must be signed in to change notification settings - Fork 27k
Closed
Labels
P0Issue that causes an outage, breakage, or major function to be unusable, with no known workaroundsIssue that causes an outage, breakage, or major function to be unusable, with no known workaroundsarea: serverIssues related to server-side renderingIssues related to server-side rendering
Milestone
Description
Since we are not planning to publish our fork of domino to npm, we need to bundle it into the @angular/platform-server package rather than having our users depend on it via the repo directly.
In general, I believe that we should not be asking our users to install dependencies (a transitive one in this case) from a github repository rather than an npm registry package. Using a Github repo is a great option for internal packages, testing prior to publishing, etc., but I think we should be encouraging our users, and the ecosystem at large to be using a proper registry. This is particularly true as we look forward to how SLSA specifications will be coming to the node ecosystem.
Metadata
Metadata
Assignees
Labels
P0Issue that causes an outage, breakage, or major function to be unusable, with no known workaroundsIssue that causes an outage, breakage, or major function to be unusable, with no known workaroundsarea: serverIssues related to server-side renderingIssues related to server-side rendering