Skip to content

Commit

Permalink
Merge pull request #168 from arturovt/feat/ng19
Browse files Browse the repository at this point in the history
feat: upgrade to Angular 19
  • Loading branch information
NetanelBasal authored Nov 21, 2024
2 parents 7a0f7ab + d33b7b2 commit d2bd038
Show file tree
Hide file tree
Showing 19 changed files with 6,149 additions and 4,258 deletions.
18 changes: 7 additions & 11 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,26 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/helipopper-playground",
"outputPath": {
"base": "dist/helipopper-playground"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": ["src/polyfills.ts"],
"tsConfig": "tsconfig.app.json",
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/styles.scss"],
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
"namedChunks": true,
"browser": "src/main.ts"
},
"configurations": {
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand All @@ -53,8 +51,6 @@
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
Expand Down
Loading

0 comments on commit d2bd038

Please sign in to comment.