File tree 2 files changed +18
-8
lines changed
2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 8
8
"build" : {
9
9
"executor" : " @angular-devkit/build-angular:browser" ,
10
10
"options" : {
11
- "baseHref" : " " ,
12
- "deployUrl" : " " ,
13
11
"outputPath" : " dist/demo/browser" ,
14
12
"index" : " projects/demo/src/index.html" ,
15
13
"main" : " projects/demo/src/main.browser.ts" ,
51
49
"maximumError" : " 5mb"
52
50
}
53
51
]
52
+ },
53
+ "development" : {
54
+ "baseHref" : " /"
54
55
}
55
56
},
56
- "defaultConfiguration" : " "
57
+ "defaultConfiguration" : " production "
57
58
},
58
59
"serve" : {
59
60
"executor" : " @angular-devkit/build-angular:dev-server" ,
65
66
"configurations" : {
66
67
"production" : {
67
68
"browserTarget" : " demo:build:production"
69
+ },
70
+ "development" : {
71
+ "browserTarget" : " demo:build:development"
68
72
}
69
- }
73
+ },
74
+ "defaultConfiguration" : " development"
70
75
},
71
76
"serve-ip" : {
72
77
"builder" : " @nrwl/workspace:run-commands" ,
111
116
"outputHashing" : " media" ,
112
117
"sourceMap" : false ,
113
118
"optimization" : true
114
- }
119
+ },
120
+ "development" : {}
115
121
},
116
- "defaultConfiguration" : " "
122
+ "defaultConfiguration" : " production "
117
123
},
118
124
"serve-ssr" : {
119
125
"executor" : " @nguniversal/builders:ssr-dev-server" ,
125
131
"production" : {
126
132
"browserTarget" : " demo:build:production" ,
127
133
"serverTarget" : " demo:server:production"
134
+ },
135
+ "development" : {
136
+ "serverTarget" : " demo:server:development" ,
137
+ "browserTarget" : " demo:build:development"
128
138
}
129
- }
139
+ },
140
+ "defaultConfiguration" : " development"
130
141
},
131
142
"prerender" : {
132
143
"executor" : " @nguniversal/builders:prerender" ,
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
- < base href ="./ " />
6
5
< meta
7
6
http-equiv ="Content-Type "
8
7
content ="text/html; charset=utf-8 "
You can’t perform that action at this time.
0 commit comments