micahstubbs commented on issue #2092:
URL: https://github.com/apache/helix/issues/2092#issuecomment-1125472647
## Bundle Size Warnings
WARNING in Exceeded maximum budget. All figures kB.
|file|budget|excess|total|
|---|---|---|---|
|client/app/history/history-list/history-list.component.scss|6|56.2|62.2|
|client/app/resource/resource-detail/resource-detail.component.scss|6|56.2|62.2|
|client/app/cluster/cluster-list/cluster-list.component.scss|6|56.3|62.3|
|client/app/shared/node-viewer/node-viewer.component.scss|6|56.5|62.5|
|client/app/shared/data-table/data-table.component.scss|6|56.3|62.3|
Let's improve the usefulness of this by specifying one budget of `500k` for
the initial js needed to bootstrap the app.
```json
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb"
}
],
```
https://angular.io/guide/build#configuring-size-budgets
p app
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]