Skip to content

Commit 7928fa3

Browse files
authored
ci: migrate demo build to new application builder (#205)
1 parent 56e4056 commit 7928fa3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

angular.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
"prefix": "app",
4747
"architect": {
4848
"build": {
49-
"builder": "@angular-devkit/build-angular:browser",
49+
"builder": "@angular-devkit/build-angular:application",
5050
"options": {
5151
"outputPath": "dist/angular-intl-demo",
5252
"index": "projects/angular-intl-demo/src/index.html",
53-
"main": "projects/angular-intl-demo/src/main.ts",
53+
"browser": "projects/angular-intl-demo/src/main.ts",
5454
"polyfills": ["zone.js"],
5555
"tsConfig": "projects/angular-intl-demo/tsconfig.app.json",
5656
"inlineStyleLanguage": "scss",
@@ -90,9 +90,7 @@
9090
"outputHashing": "all"
9191
},
9292
"development": {
93-
"buildOptimizer": false,
9493
"optimization": false,
95-
"vendorChunk": true,
9694
"extractLicenses": false,
9795
"sourceMap": true,
9896
"namedChunks": true

0 commit comments

Comments
 (0)