Skip to content

Commit

Permalink
chore: 🤖 v12
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Nov 24, 2021
1 parent cdeb66a commit ab91cf3
Show file tree
Hide file tree
Showing 7 changed files with 3,888 additions and 5,046 deletions.
12 changes: 9 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@
"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 Expand Up @@ -55,7 +60,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit ab91cf3

Please sign in to comment.