Skip to content

Commit 171257a

Browse files
committed
build(design-land): use application builder
1 parent 1008faf commit 171257a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

angular.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,12 +1044,12 @@
10441044
"schematics": {},
10451045
"architect": {
10461046
"build": {
1047-
"builder": "@angular-devkit/build-angular:browser",
1047+
"builder": "@angular-devkit/build-angular:application",
10481048
"options": {
10491049
"outputPath": "dist/apps/design-land",
10501050
"index": "apps/design-land/src/index.html",
1051-
"main": "apps/design-land/src/main.ts",
1052-
"polyfills": "apps/design-land/src/polyfills.ts",
1051+
"browser": "apps/design-land/src/main.ts",
1052+
"polyfills": ["apps/design-land/src/polyfills.ts"],
10531053
"tsConfig": "apps/design-land/tsconfig.app.json",
10541054
"assets": [
10551055
"apps/design-land/src/favicon.ico",
@@ -1071,9 +1071,7 @@
10711071
},
10721072
"scripts": [],
10731073
"aot": false,
1074-
"vendorChunk": true,
10751074
"extractLicenses": false,
1076-
"buildOptimizer": false,
10771075
"sourceMap": true,
10781076
"optimization": false,
10791077
"namedChunks": true
@@ -1092,8 +1090,6 @@
10921090
"namedChunks": false,
10931091
"aot": true,
10941092
"extractLicenses": true,
1095-
"vendorChunk": false,
1096-
"buildOptimizer": true,
10971093
"budgets": [
10981094
{
10991095
"type": "initial",

0 commit comments

Comments
 (0)