Skip to content

Commit

Permalink
updated angular 17 -> 18
Browse files Browse the repository at this point in the history
  • Loading branch information
heinerwalter committed Aug 5, 2024
1 parent 5a7e98b commit b341b66
Show file tree
Hide file tree
Showing 5 changed files with 4,966 additions and 2,524 deletions.
12 changes: 6 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@
"prefix": "demo",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/demo",
"outputPath": {
"base": "dist/demo"
},
"index": "projects/demo/src/index.html",
"main": "projects/demo/src/main.ts",
"polyfills": [
"zone.js"
],
Expand All @@ -81,7 +82,8 @@
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"node_modules/ngx-property-editor/styles/styles.scss"
],
"scripts": []
"scripts": [],
"browser": "projects/demo/src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -100,9 +102,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down
Loading

0 comments on commit b341b66

Please sign in to comment.