Skip to content

Commit 6f49457

Browse files
committed
update CV
1 parent 7221c50 commit 6f49457

28 files changed

+39873
-6662
lines changed

angular.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@
2121
"prefix": "app",
2222
"architect": {
2323
"build": {
24-
"builder": "@angular-devkit/build-angular:browser",
24+
"builder": "@angular-devkit/build-angular:application",
2525
"options": {
26-
"outputPath": "docs",
26+
"outputPath": {
27+
"base": "docs"
28+
},
2729
"index": "src/index.html",
28-
"main": "src/main.ts",
29-
"polyfills": "src/polyfills.ts",
30+
"polyfills": [
31+
"src/polyfills.ts"
32+
],
3033
"tsConfig": "tsconfig.app.json",
3134
"inlineStyleLanguage": "scss",
3235
"assets": [
@@ -36,7 +39,8 @@
3639
"styles": [
3740
"src/styles.scss"
3841
],
39-
"scripts": []
42+
"scripts": [],
43+
"browser": "src/main.ts"
4044
},
4145
"configurations": {
4246
"production": {
@@ -61,9 +65,7 @@
6165
"outputHashing": "all"
6266
},
6367
"development": {
64-
"buildOptimizer": false,
6568
"optimization": false,
66-
"vendorChunk": true,
6769
"extractLicenses": false,
6870
"sourceMap": true,
6971
"namedChunks": true

docs/3rdpartylicenses.txt

Lines changed: 0 additions & 238 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)