fix(bundles): remove SFX bundle#5712
Conversation
|
do you plan to rename external-dependencies to angular-polyfills.js in a separate commit? for documentation/changelog purposes it would be better to make that change first and then use the new name in the breaking change note. |
Closes angular#5665 BREAKING CHANGE: The existing sfx bundle (angular2.sfx.dev.js) is replaced by UMD bundles: angular2.umd.js and angular2.umd.dev.js. The new UMD bundles dont have polyfills (zone.js, reflect-metadata) pre-appended. Those polyfills can be easily loaded by including the angular-polyfills.js bundle.
6d720c1 to
0b63073
Compare
|
@IgorMinar sent #5716 to rename external deps bundle and amended message of the commit from this PR. Now #5716 should land before this PR. |
|
|
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Closes #5665
BREAKING CHANGE:
The existing sfx bundle (angular2.sfx.dev.js) is replaced by UMD bundles:
angular2.umd.js and angular2.umd.dev.js. The new UMD bundles dont have
external dependencies (zone, reflect-metadata) pre-appended. Those
external dependencies can be easily loaded by including
external-dependencies.js bundle