Skip to content

Commit 73dee0a

Browse files
committed
build(*): run ng update @angular/cli --next --force
1 parent b2758e8 commit 73dee0a

File tree

6 files changed

+3731
-1096
lines changed

6 files changed

+3731
-1096
lines changed

angular.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:browser",
1919
"options": {
20+
"aot": true,
2021
"outputPath": "dist/igniteui-dev-demos",
2122
"index": "src/index.html",
2223
"main": "src/main.ts",
@@ -35,6 +36,12 @@
3536
},
3637
"configurations": {
3738
"production": {
39+
"budgets": [
40+
{
41+
"type": "anyComponentStyle",
42+
"maximumWarning": "6kb"
43+
}
44+
],
3845
"fileReplacements": [{
3946
"replace": "src/environments/environment.ts",
4047
"with": "src/environments/environment.prod.ts"
@@ -50,6 +57,12 @@
5057
"buildOptimizer": true
5158
},
5259
"hmr": {
60+
"budgets": [
61+
{
62+
"type": "anyComponentStyle",
63+
"maximumWarning": "6kb"
64+
}
65+
],
5366
"fileReplacements": [{
5467
"replace": "src/environments/environment.ts",
5568
"with": "src/environments/environment.hmr.ts"
@@ -146,8 +159,9 @@
146159
},
147160
"configurations": {
148161
"production": {
149-
"project": "projects/igniteui-angular/ng-package.prod.json"
150-
}
162+
"project": "projects/igniteui-angular/ng-package.prod.json",
163+
"tsConfig": "projects/igniteui-angular/tsconfig.lib.prod.json"
164+
}
151165
}
152166
},
153167
"test": {

0 commit comments

Comments
 (0)