https://github.com/angular/angular
Raw File
Tip revision: 64d94e8a6805c98d40b2763cbd6f6f1d8e1fd270 authored by Andrew Scott on 07 January 2021, 20:29:20 UTC
release: cut the v11.0.7 release (#40343)
Tip revision: 64d94e8
package.json
{
  "description": "This directory contains UMD files which by its nature are not side-effect free. The parent package.json marks the whole @angular/common package as side-effect free, so if this directory is not excluded from that, build-optimizer will mark the contents as side-effect free and uglify will incorrectly remove all needed localization code.",
  "sideEffects": true
}
back to top