Skip to content

Commit e9f82e2

Browse files
committed
test: update minimal test project dependencies
1 parent 3c55e34 commit e9f82e2

File tree

4 files changed

+8648
-9052
lines changed

4 files changed

+8648
-9052
lines changed

test/minimal/angular.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"main": "src/main.ts",
4343
"polyfills": "src/polyfills.ts",
4444
"tsConfig": "tsconfig.app.json",
45-
"aot": false,
45+
"aot": true,
4646
"assets": [],
4747
"styles": [],
4848
"scripts": []
@@ -60,7 +60,6 @@
6060
"sourceMap": false,
6161
"extractCss": true,
6262
"namedChunks": false,
63-
"aot": true,
6463
"extractLicenses": true,
6564
"vendorChunk": false,
6665
"buildOptimizer": true,
@@ -69,6 +68,10 @@
6968
"type": "initial",
7069
"maximumWarning": "2mb",
7170
"maximumError": "5mb"
71+
},
72+
{
73+
"type": "anyComponentStyle",
74+
"maximumWarning": "6kb"
7275
}
7376
]
7477
}
@@ -95,7 +98,6 @@
9598
"builder": "angular-server-side-configuration:ngsscbuild",
9699
"options": {
97100
"additionalEnvironmentVariables": [],
98-
"aotSupport": true,
99101
"browserTarget": "minimal:build",
100102
"ngsscEnvironmentFile": "src/environments/environment.prod.ts"
101103
},

0 commit comments

Comments
 (0)