Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit faeebd3

Browse files
authored
Merge pull request #2054 from erjain/fix/dependabot-alerts
migrate WebSPA to [email protected] and fix vulnerability
2 parents fed2b17 + 9c655ff commit faeebd3

File tree

13 files changed

+19970
-24380
lines changed

13 files changed

+19970
-24380
lines changed

src/Web/WebSPA/Client/angular.json

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@
2323
"styles": [
2424
"src/styles/globals.scss"
2525
],
26-
"scripts": []
26+
"scripts": [],
27+
"aot": false,
28+
"vendorChunk": true,
29+
"extractLicenses": false,
30+
"buildOptimizer": false,
31+
"sourceMap": true,
32+
"optimization": false,
33+
"namedChunks": true
2734
},
2835
"configurations": {
2936
"production": {
@@ -48,7 +55,8 @@
4855
}
4956
]
5057
}
51-
}
58+
},
59+
"defaultConfiguration": ""
5260
},
5361
"serve": {
5462
"builder": "@angular-devkit/build-angular:dev-server",
@@ -83,16 +91,6 @@
8391
"src/favicon.ico"
8492
]
8593
}
86-
},
87-
"lint": {
88-
"builder": "@angular-devkit/build-angular:tslint",
89-
"options": {
90-
"tsConfig": [
91-
"src/tsconfig.app.json",
92-
"src/tsconfig.spec.json"
93-
],
94-
"exclude": []
95-
}
9694
}
9795
}
9896
},
@@ -107,20 +105,10 @@
107105
"protractorConfig": "./protractor.conf.js",
108106
"devServerTarget": "WebSPA:serve"
109107
}
110-
},
111-
"lint": {
112-
"builder": "@angular-devkit/build-angular:tslint",
113-
"options": {
114-
"tsConfig": [
115-
"e2e/tsconfig.e2e.json"
116-
],
117-
"exclude": []
118-
}
119108
}
120109
}
121110
}
122111
},
123-
"defaultProject": "WebSPA",
124112
"schematics": {
125113
"@schematics/angular:component": {
126114
"prefix": "app",

0 commit comments

Comments
 (0)