Skip to content

Commit 631891d

Browse files
authored
Merge pull request #216 from CCDirectLink/update
Update angular (10.2 -> 12.0)
2 parents 0a41bfe + b24057b commit 631891d

36 files changed

+44597
-19712
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
7+
- Angular update (10.2 -> 12.0)
8+
79
## [0.10.2] 2021-04-09
810

911
### Fixed

webapp/angular.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,20 @@
2929
"src/styles"
3030
]
3131
},
32-
"scripts": []
32+
"scripts": [],
33+
"aot": false,
34+
"vendorChunk": true,
35+
"extractLicenses": false,
36+
"buildOptimizer": false,
37+
"sourceMap": true,
38+
"optimization": false,
39+
"namedChunks": true
3340
},
3441
"configurations": {
3542
"production": {
3643
"optimization": true,
3744
"outputHashing": "all",
3845
"sourceMap": false,
39-
"extractCss": true,
4046
"namedChunks": false,
4147
"aot": true,
4248
"extractLicenses": true,
@@ -95,11 +101,7 @@
95101
"builder": "@angular-eslint/builder:lint",
96102
"options": {
97103
"lintFilePatterns": ["src/**/*.ts"],
98-
"eslintConfig": "./.eslintrc.json",
99-
"exclude": [
100-
"**/node_modules/**",
101-
"**/*.html"
102-
]
104+
"eslintConfig": "./.eslintrc.json"
103105
}
104106
}
105107
}

0 commit comments

Comments
 (0)