Skip to content

Commit

Permalink
Bump to angular 12
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Sep 30, 2022
1 parent 5732f6f commit a27dca8
Show file tree
Hide file tree
Showing 9 changed files with 15,452 additions and 20,218 deletions.
13 changes: 9 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/angular2-jwt",
"index": "src/index.html",
"main": "src/main.ts",
Expand All @@ -30,7 +29,13 @@
"styles": [
"src/styles.scss"
],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -44,7 +49,6 @@
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand All @@ -60,7 +64,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit a27dca8

Please sign in to comment.