Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit e1e9081

Browse files
committed
build: revert migration script changes to AOT
- use AOT by default all of the time
1 parent ecfa20d commit e1e9081

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

angular.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@
8181
"extractLicenses": false,
8282
"buildOptimizer": false,
8383
"optimization": false,
84-
"namedChunks": true,
85-
"aot": false
84+
"namedChunks": true
8685
},
8786
"configurations": {
8887
"production": {
@@ -92,7 +91,6 @@
9291
"maximumWarning": "6kb"
9392
}
9493
],
95-
"aot": true,
9694
"commonChunk": false,
9795
"optimization": true,
9896
"outputHashing": "all",
@@ -239,8 +237,7 @@
239237
"buildOptimizer": false,
240238
"sourceMap": true,
241239
"optimization": false,
242-
"namedChunks": true,
243-
"aot": false
240+
"namedChunks": true
244241
},
245242
"configurations": {
246243
"production": {
@@ -250,7 +247,6 @@
250247
"with": "scenes/src/environments/environment.prod.ts"
251248
}
252249
],
253-
"aot": true,
254250
"optimization": true,
255251
"outputHashing": "all",
256252
"sourceMap": false,

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13659,7 +13659,7 @@ tsconfig-paths@^3.9.0:
1365913659
minimist "^1.2.0"
1366013660
strip-bom "^3.0.0"
1366113661

13662-
[email protected], tslib@^2.2.0:
13662+
[email protected], tslib@^2.1.0, tslib@^2.2.0:
1366313663
version "2.2.0"
1366413664
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
1366513665
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
@@ -13669,7 +13669,7 @@ tslib@^1.10.0, tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
1366913669
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1367013670
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1367113671

13672-
tslib@^2.0.0, tslib@^2.0.1, tslib@^2.1.0:
13672+
tslib@^2.0.0, tslib@^2.0.1:
1367313673
version "2.1.0"
1367413674
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
1367513675
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==

0 commit comments

Comments
 (0)