Skip to content

Commit

Permalink
chore: upgrade to angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
vscaiceanu-1a committed Jun 5, 2024
1 parent 01d3592 commit c3f6f51
Show file tree
Hide file tree
Showing 7 changed files with 4,844 additions and 3,789 deletions.
17 changes: 9 additions & 8 deletions examples/my-ngsw-app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist",
"outputPath": {
"base": "dist"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"src/polyfills.ts"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
Expand All @@ -36,8 +39,8 @@
"src/styles.scss"
],
"scripts": [],
"serviceWorker": true,
"ngswConfigPath": "ngsw-config.json"
"serviceWorker": "ngsw-config.json",
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -62,9 +65,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down
Loading

0 comments on commit c3f6f51

Please sign in to comment.