Bug Report
Current Behavior
tslib is set to
~2.1.0 which conflicts with
^2.3.0 used in other projects causing duplicate tslib modules
This duplication is adds ~0.6 Kb to a compiled project.
Expected behavior
tslib to be versioned such that there are not conflicts with other commonly used packages.
See:
ng-packagr/ng-packagr#2174 (comment)
Environment
Possible Solution
Perhaps a version of ^2.1.0 would be suitable to continue supporting older versions of packages (like Angular 12) but also supporting Angular 13
Bug Report
Current Behavior
rxjs/package.json
Line 143 in c2b3e88
tslibis set to~2.1.0which conflicts with^2.3.0used in other projects causing duplicate tslib modulesThis duplication is adds ~0.6 Kb to a compiled project.
Expected behavior
tslibto be versioned such that there are not conflicts with other commonly used packages.See:
ng-packagr/ng-packagr#2174 (comment)
Environment
~7.4.0Possible Solution
Perhaps a version of
^2.1.0would be suitable to continue supporting older versions of packages (like Angular 12) but also supporting Angular 13