Skip to content

Commit 27c1d0c

Browse files
committed
chore: update angular.json builder
1 parent c5eace7 commit 27c1d0c

File tree

3 files changed

+70
-19
lines changed

3 files changed

+70
-19
lines changed

examples-standalone/coffee-warehouse/angular.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prefix": "app",
2020
"architect": {
2121
"build": {
22-
"builder": "@angular-devkit/build-angular:browser",
22+
"builder": "@angular-devkit/build-angular:application",
2323
"options": {
2424
"allowedCommonJsDependencies": [
2525
"hammerjs",
@@ -29,7 +29,7 @@
2929
],
3030
"outputPath": "dist/coffee-warehouse",
3131
"index": "src/index.html",
32-
"main": "src/main.ts",
32+
"browser": "src/main.ts",
3333
"polyfills": [
3434
"zone.js"
3535
],
@@ -57,9 +57,7 @@
5757
"src/styles/main.scss"
5858
],
5959
"scripts": [],
60-
"vendorChunk": true,
6160
"extractLicenses": false,
62-
"buildOptimizer": false,
6361
"sourceMap": true,
6462
"optimization": false,
6563
"namedChunks": true
@@ -77,8 +75,6 @@
7775
"sourceMap": false,
7876
"namedChunks": false,
7977
"extractLicenses": true,
80-
"vendorChunk": false,
81-
"buildOptimizer": true,
8278
"budgets": [
8379
{
8480
"type": "initial",
@@ -92,7 +88,7 @@
9288
]
9389
}
9490
},
95-
"defaultConfiguration": ""
91+
"defaultConfiguration": "production"
9692
},
9793
"serve": {
9894
"builder": "@angular-devkit/build-angular:dev-server",

examples-standalone/coffee-warehouse/package-lock.json

Lines changed: 65 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples-standalone/coffee-warehouse/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
"@progress/kendo-licensing": "^1.0.2",
5050
"@progress/kendo-svg-icons": "^2.0.0",
5151
"@progress/kendo-theme-default": "^7.2.0",
52+
"@progress/kendo-theme-material": "^7.2.0",
53+
"@progress/kendo-theme-bootstrap": "^7.2.0",
5254
"hammerjs": "^2.0.0",
5355
"rxjs": "~7.8.0",
5456
"tslib": "^2.3.0",

0 commit comments

Comments
 (0)