Skip to content

Commit

Permalink
Angular app update
Browse files Browse the repository at this point in the history
  • Loading branch information
Halmen Istvan committed May 17, 2021
1 parent eeaaba3 commit 5930db1
Show file tree
Hide file tree
Showing 6 changed files with 7,539 additions and 6,445 deletions.
9 changes: 7 additions & 2 deletions examples/angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,20 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.scss"
],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down
Loading

0 comments on commit 5930db1

Please sign in to comment.