Skip to content

Commit b036438

Browse files
refactor: temporarily increase angular budgets.maximumError for building and bundling portal
1 parent 61d3f45 commit b036438

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

apps/portal/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
{
5050
"type": "initial",
5151
"maximumWarning": "2mb",
52-
"maximumError": "2mb"
52+
"maximumError": "2.01mb"
5353
},
5454
{
5555
"type": "anyComponentStyle",

apps/portal/src/app/features/file-processor/file-processor.component.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ import { ResponseData } from '../../../common/interface';
1212

1313
const POLLING_DELAY_IN_MILLISECONDS = 5000;
1414
@Component({
15-
selector: 'app-file-processor',
16-
templateUrl: './file-processor.component.html',
17-
styleUrls: ['./file-processor.component.scss'],
18-
standalone: false
15+
selector: 'app-file-processor',
16+
templateUrl: './file-processor.component.html',
17+
styleUrls: ['./file-processor.component.scss'],
18+
standalone: false,
1919
})
2020
export class FileProcessorComponent implements OnInit, OnDestroy {
2121
jobDetails: JobDetails[] = [];

0 commit comments

Comments
 (0)