File tree Expand file tree Collapse file tree 4 files changed +2600
-1846
lines changed Expand file tree Collapse file tree 4 files changed +2600
-1846
lines changed Original file line number Diff line number Diff line change 48
48
"prefix" : " app" ,
49
49
"architect" : {
50
50
"build" : {
51
- "builder" : " @angular-devkit/build-angular:browser " ,
51
+ "builder" : " @angular-devkit/build-angular:application " ,
52
52
"options" : {
53
- "outputPath" : " dist/demo_app" ,
53
+ "outputPath" : {
54
+ "base" : " dist/demo_app"
55
+ },
54
56
"index" : " projects/demo_app/src/index.html" ,
55
- "main" : " projects/demo_app/src/main.ts" ,
56
57
"polyfills" : [
57
58
" zone.js"
58
59
],
64
65
"styles" : [
65
66
" projects/demo_app/src/styles.css"
66
67
],
67
- "scripts" : []
68
+ "scripts" : [],
69
+ "browser" : " projects/demo_app/src/main.ts"
68
70
},
69
71
"configurations" : {
70
72
"production" : {
83
85
"outputHashing" : " all"
84
86
},
85
87
"development" : {
86
- "buildOptimizer" : false ,
87
88
"optimization" : false ,
88
- "vendorChunk" : true ,
89
89
"extractLicenses" : false ,
90
90
"sourceMap" : true ,
91
91
"namedChunks" : true
You can’t perform that action at this time.
0 commit comments