Skip to content

Commit

Permalink
chore: update angular.json builder
Browse files Browse the repository at this point in the history
  • Loading branch information
stnikolova committed May 20, 2024
1 parent c5eace7 commit 27c1d0c
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 19 deletions.
10 changes: 3 additions & 7 deletions examples-standalone/coffee-warehouse/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"allowedCommonJsDependencies": [
"hammerjs",
Expand All @@ -29,7 +29,7 @@
],
"outputPath": "dist/coffee-warehouse",
"index": "src/index.html",
"main": "src/main.ts",
"browser": "src/main.ts",
"polyfills": [
"zone.js"
],
Expand Down Expand Up @@ -57,9 +57,7 @@
"src/styles/main.scss"
],
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
Expand All @@ -77,8 +75,6 @@
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
Expand All @@ -92,7 +88,7 @@
]
}
},
"defaultConfiguration": ""
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
77 changes: 65 additions & 12 deletions examples-standalone/coffee-warehouse/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions examples-standalone/coffee-warehouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
"@progress/kendo-licensing": "^1.0.2",
"@progress/kendo-svg-icons": "^2.0.0",
"@progress/kendo-theme-default": "^7.2.0",
"@progress/kendo-theme-material": "^7.2.0",
"@progress/kendo-theme-bootstrap": "^7.2.0",
"hammerjs": "^2.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand Down

0 comments on commit 27c1d0c

Please sign in to comment.