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 4848 "prefix" : " app" ,
4949 "architect" : {
5050 "build" : {
51- "builder" : " @angular-devkit/build-angular:browser " ,
51+ "builder" : " @angular-devkit/build-angular:application " ,
5252 "options" : {
53- "outputPath" : " dist/demo_app" ,
53+ "outputPath" : {
54+ "base" : " dist/demo_app"
55+ },
5456 "index" : " projects/demo_app/src/index.html" ,
55- "main" : " projects/demo_app/src/main.ts" ,
5657 "polyfills" : [
5758 " zone.js"
5859 ],
6465 "styles" : [
6566 " projects/demo_app/src/styles.css"
6667 ],
67- "scripts" : []
68+ "scripts" : [],
69+ "browser" : " projects/demo_app/src/main.ts"
6870 },
6971 "configurations" : {
7072 "production" : {
8385 "outputHashing" : " all"
8486 },
8587 "development" : {
86- "buildOptimizer" : false ,
8788 "optimization" : false ,
88- "vendorChunk" : true ,
8989 "extractLicenses" : false ,
9090 "sourceMap" : true ,
9191 "namedChunks" : true
You can’t perform that action at this time.
0 commit comments