d578ab8f3c
We can remove all of the entry point resolution configuration from the package.json in our source code as ng_package rule adds the properties automatically and correctly configures them. This change simplifies our code base but doesn't have any impact on the package.json in the distributed npm_packages. PR Close #36944
5 lines
68 B
JSON
5 lines
68 B
JSON
{
|
|
"name": "@angular/animations/browser",
|
|
"sideEffects": false
|
|
}
|