File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 "build" : {
1414 "builder" : " @angular/build:application" ,
1515 "options" : {
16- "outputPath" : {
16+ "outputPath" : {
1717 "base" : " ../server/wwwroot" ,
1818 "browser" : " "
1919 },
2020 "browser" : " src/main.ts" ,
21- "polyfills" : [
22- " zone.js"
23- ],
21+ "polyfills" : [" zone.js" ],
2422 "tsConfig" : " tsconfig.app.json" ,
2523 "assets" : [
2624 {
2725 "glob" : " **/*" ,
2826 "input" : " public"
2927 }
3028 ],
31- "styles" : [
32- " src/styles.css"
33- ]
29+ "styles" : [" src/styles.css" ]
3430 },
3531 "configurations" : {
3632 "production" : {
5854 },
5955 "serve" : {
6056 "builder" : " @angular/build:dev-server" ,
61- "options" : {
62- "sslKey" : " certs/dev_localhost.key" ,
63- "sslCert" : " certs/dev_localhost.pem" ,
64- "port" : 4201 ,
65- },
57+ "options" : {
58+ "sslKey" : " certs/dev_localhost.key" ,
59+ "sslCert" : " certs/dev_localhost.pem" ,
60+ "port" : 4201
61+ },
6662 "configurations" : {
6763 "production" : {
6864 "buildTarget" : " ui:build:production"
7975 "test" : {
8076 "builder" : " @angular/build:karma" ,
8177 "options" : {
82- "polyfills" : [
83- " zone.js" ,
84- " zone.js/testing"
85- ],
78+ "polyfills" : [" zone.js" , " zone.js/testing" ],
8679 "tsConfig" : " tsconfig.spec.json" ,
8780 "assets" : [
8881 {
8982 "glob" : " **/*" ,
9083 "input" : " public"
9184 }
9285 ],
93- "styles" : [
94- " src/styles.css"
95- ]
86+ "styles" : [" src/styles.css" ]
9687 }
9788 }
9889 }
You can’t perform that action at this time.
0 commit comments