File tree Expand file tree Collapse file tree 4 files changed +1503
-967
lines changed Expand file tree Collapse file tree 4 files changed +1503
-967
lines changed Original file line number Diff line number Diff line change 40
40
"prefix" : " app" ,
41
41
"architect" : {
42
42
"build" : {
43
- "builder" : " @angular-devkit/build-angular:browser " ,
43
+ "builder" : " @angular-devkit/build-angular:application " ,
44
44
"options" : {
45
- "outputPath" : " dist/my-app" ,
45
+ "outputPath" : {
46
+ "base" : " dist/my-app"
47
+ },
46
48
"index" : " src/index.html" ,
47
- "main" : " src/main.ts" ,
48
49
"polyfills" : [" zone.js" ],
49
50
"tsConfig" : " tsconfig.app.json" ,
50
51
"inlineStyleLanguage" : " scss" ,
57
58
"input" : " src/styles/themes/dark.scss"
58
59
}
59
60
],
60
- "scripts" : []
61
+ "scripts" : [],
62
+ "browser" : " src/main.ts"
61
63
},
62
64
"configurations" : {
63
65
"production" : {
76
78
"outputHashing" : " all"
77
79
},
78
80
"development" : {
79
- "buildOptimizer" : false ,
80
81
"optimization" : false ,
81
- "vendorChunk" : true ,
82
82
"extractLicenses" : false ,
83
83
"sourceMap" : true ,
84
84
"namedChunks" : true
You can’t perform that action at this time.
0 commit comments