Skip to content

Commit

Permalink
ng-12-update
Browse files Browse the repository at this point in the history
  • Loading branch information
TehWazzard committed Jan 16, 2025
1 parent 6851aca commit 91dd942
Show file tree
Hide file tree
Showing 6 changed files with 10,937 additions and 10,699 deletions.
13 changes: 9 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -33,7 +32,13 @@
"scripts": [
"node_modules/jquery/dist/jquery.slim.js",
"node_modules/@worldskills/bootstrap/dist/js/bootstrap.bundle.js"
]
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"staging": {
Expand All @@ -45,7 +50,6 @@
],
"optimization": true,
"outputHashing": "all",
"sourceMap": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down Expand Up @@ -90,7 +94,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit 91dd942

Please sign in to comment.