We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e4056 commit 7928fa3Copy full SHA for 7928fa3
angular.json
@@ -46,11 +46,11 @@
46
"prefix": "app",
47
"architect": {
48
"build": {
49
- "builder": "@angular-devkit/build-angular:browser",
+ "builder": "@angular-devkit/build-angular:application",
50
"options": {
51
"outputPath": "dist/angular-intl-demo",
52
"index": "projects/angular-intl-demo/src/index.html",
53
- "main": "projects/angular-intl-demo/src/main.ts",
+ "browser": "projects/angular-intl-demo/src/main.ts",
54
"polyfills": ["zone.js"],
55
"tsConfig": "projects/angular-intl-demo/tsconfig.app.json",
56
"inlineStyleLanguage": "scss",
@@ -90,9 +90,7 @@
90
"outputHashing": "all"
91
},
92
"development": {
93
- "buildOptimizer": false,
94
"optimization": false,
95
- "vendorChunk": true,
96
"extractLicenses": false,
97
"sourceMap": true,
98
"namedChunks": true
0 commit comments