Skip to content

Commit 8402450

Browse files
committed
Changed Bundle Budget Warnings;
1 parent 4ca3f4c commit 8402450

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

angular.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
},
6969
{
7070
"type": "anyComponentStyle",
71-
"maximumWarning": "6kb",
72-
"maximumError": "10kb"
71+
"maximumWarning": "15kb",
72+
"maximumError": "20kb"
7373
}
7474
]
7575
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
7-
"build": "ng build",
7+
"build": "ng build --prod --aot",
88
"test": "ng test",
99
"lint": "ng lint",
1010
"e2e": "ng e2e"

0 commit comments

Comments
 (0)