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:
parent
912fe08756
commit
d54615d555
|
@ -13,6 +13,5 @@
|
||||||
},
|
},
|
||||||
"ng-update": {
|
"ng-update": {
|
||||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||||
},
|
}
|
||||||
"sideEffects": false
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue