Skip to content

Commit

Permalink
Merge pull request #197 from ivarcode/issue-196-angular-12
Browse files Browse the repository at this point in the history
Issue 196 angular 12
  • Loading branch information
ivarcode committed Jun 9, 2021
2 parents 7033c25 + 19993b8 commit 109166b
Show file tree
Hide file tree
Showing 6 changed files with 4,641 additions and 6,999 deletions.
9 changes: 7 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,20 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.css"
],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down
Loading

0 comments on commit 109166b

Please sign in to comment.