We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca3f4c commit 8402450Copy full SHA for 8402450
angular.json
@@ -68,8 +68,8 @@
68
},
69
{
70
"type": "anyComponentStyle",
71
- "maximumWarning": "6kb",
72
- "maximumError": "10kb"
+ "maximumWarning": "15kb",
+ "maximumError": "20kb"
73
}
74
]
75
package.json
@@ -4,7 +4,7 @@
4
"scripts": {
5
"ng": "ng",
6
"start": "ng serve",
7
- "build": "ng build",
+ "build": "ng build --prod --aot",
8
"test": "ng test",
9
"lint": "ng lint",
10
"e2e": "ng e2e"
0 commit comments