Skip to content

Commit 6345e48

Browse files
committed
Merge branch 'birkskyum-bump-angular'
2 parents ee8493a + 3877de1 commit 6345e48

File tree

16 files changed

+10740
-15670
lines changed

16 files changed

+10740
-15670
lines changed

frameworks/keyed/angular-cf-nozone/angular.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,20 @@
2424
"prefix": "app",
2525
"architect": {
2626
"build": {
27-
"builder": "@angular-devkit/build-angular:browser-esbuild",
27+
"builder": "@angular-devkit/build-angular:application",
2828
"options": {
29-
"outputPath": "dist/angular",
29+
"outputPath": {
30+
"base": "dist/angular"
31+
},
3032
"index": "src/index.html",
31-
"main": "src/main.ts",
3233
"polyfills": [],
3334
"tsConfig": "tsconfig.app.json",
3435
"assets": [
3536
"src/assets"
3637
],
3738
"styles": [],
38-
"scripts": []
39+
"scripts": [],
40+
"browser": "src/main.ts"
3941
},
4042
"configurations": {
4143
"production": {
@@ -54,9 +56,7 @@
5456
"outputHashing": "all"
5557
},
5658
"development": {
57-
"buildOptimizer": false,
5859
"optimization": false,
59-
"vendorChunk": true,
6060
"extractLicenses": false,
6161
"sourceMap": true,
6262
"namedChunks": true

0 commit comments

Comments
 (0)