Skip to content

Commit

Permalink
feature(upgrade): upgrade angular 11 -> 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Raiper34 committed Nov 6, 2022
1 parent d681f16 commit b6bfa80
Show file tree
Hide file tree
Showing 7 changed files with 5,488 additions and 7,327 deletions.
12 changes: 9 additions & 3 deletions angular.json
Expand Up @@ -22,7 +22,6 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -31,7 +30,13 @@
"src/styles.scss",
"node_modules/@fortawesome/fontawesome-free/css/all.css"
],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down Expand Up @@ -61,7 +66,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down

0 comments on commit b6bfa80

Please sign in to comment.