X Tutup
Skip to content

Bundles publication strategy #5223

@pkozlowski-opensource

Description

@pkozlowski-opensource

As a follow up to the closed PR #5149 and in particular to the comments on the downside of the approach taken here is a new proposal:

  • let's produce 2 UMD bundles:
    • core + RxJS
    • core + http + router + RxJS
  • those bundles, being UMD, should be usable via a <script> tag and CJS-based tooling (WebPack etc.)
  • those bundles won't contain "truly" external dependencies (zone, reflect-metadata, shims) - we are going to publish a separate file with those

@jeffbcross @robwormald @vsavkin - feel free to comment.

//cc.: @IgorMinar @rkirov

Metadata

Metadata

Labels

area: packagingIssues related to Angular's creation of npm packageseffort2: daysfeatureLabel used to distinguish feature request from other issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup