build: don't mark language-service package as sideEffect free (#22808)

we are not sure if this is the case and we don't need this package to
be optimized at the moment.

PR Close #22808
This commit is contained in:
Igor Minar 2018-03-17 20:29:18 -07:00
parent 912fe08756
commit d54615d555
1 changed files with 1 additions and 2 deletions

View File

@ -13,6 +13,5 @@
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false
}
}