Skip to content

Commit d0c8113

Browse files
committed
Merge branch 'release/12.0.0'
2 parents cd71e07 + 1bad40a commit d0c8113

File tree

56 files changed

+5869
-6779
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+5869
-6779
lines changed

angular.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"main": "src/main.ts",
2323
"polyfills": "src/polyfills.ts",
2424
"tsConfig": "tsconfig.app.json",
25-
"aot": true,
2625
"assets": [
2726
"src/favicon.ico",
2827
"src/assets"
@@ -31,7 +30,13 @@
3130
"./node_modules/@angular/material/prebuilt-themes/pink-bluegrey.css",
3231
"src/styles.scss"
3332
],
34-
"scripts": []
33+
"scripts": [],
34+
"vendorChunk": true,
35+
"extractLicenses": false,
36+
"buildOptimizer": false,
37+
"sourceMap": true,
38+
"optimization": false,
39+
"namedChunks": true
3540
},
3641
"configurations": {
3742
"production": {
@@ -61,7 +66,8 @@
6166
}
6267
]
6368
}
64-
}
69+
},
70+
"defaultConfiguration": ""
6571
},
6672
"serve": {
6773
"builder": "@angular-devkit/build-angular:dev-server",

docs/0-es2015.4241eddc34658d46b20f.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/0-es5.4241eddc34658d46b20f.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)