Skip to content

Commit ab538f9

Browse files
hollowaykeanhoJeanShuralyovcorygalyna
committed
srcANGULAR: updated to the latest and greatest
There were too many security notices yielded from this project. Hence, let's update the angular engine. This patch updates the angular engine to the latest and greatest in the srcANGULAR/ directory. Co-authored-by: Shuralyov, Jean <jean.shuralyov@proton.me> Co-authored-by: Galyna, Cory <cory.galyna@gmail.com> Co-authored-by: (Holloway) Chew, Kean Ho <me@hollowaykeanho.com> Signed-off-by: (Holloway) Chew, Kean Ho <me@hollowaykeanho.com>
1 parent 19e7e86 commit ab538f9

File tree

4 files changed

+4235
-2815
lines changed

4 files changed

+4235
-2815
lines changed

srcANGULAR/angular.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111
"prefix": "app",
1212
"architect": {
1313
"build": {
14-
"builder": "@angular-devkit/build-angular:browser",
14+
"builder": "@angular-devkit/build-angular:application",
1515
"options": {
16-
"outputPath": "../public",
16+
"outputPath": {
17+
"base": "../public"
18+
},
1719
"index": "src/index.html",
18-
"main": "src/main.ts",
1920
"polyfills": [
2021
"zone.js"
2122
],
@@ -27,7 +28,8 @@
2728
"styles": [
2829
"src/styles.css"
2930
],
30-
"scripts": []
31+
"scripts": [],
32+
"browser": "src/main.ts"
3133
},
3234
"configurations": {
3335
"production": {
@@ -46,9 +48,7 @@
4648
"outputHashing": "all"
4749
},
4850
"development": {
49-
"buildOptimizer": false,
5051
"optimization": false,
51-
"vendorChunk": true,
5252
"extractLicenses": false,
5353
"sourceMap": true,
5454
"namedChunks": true

0 commit comments

Comments
 (0)