22
22
"main" : " src/main.ts" ,
23
23
"polyfills" : " src/polyfills.ts" ,
24
24
"tsConfig" : " tsconfig.app.json" ,
25
- "aot" : false ,
25
+ "aot" : true ,
26
26
"assets" : [
27
27
" src/favicon.ico" ,
28
28
" src/assets"
50
50
"sourceMap" : false ,
51
51
"extractCss" : true ,
52
52
"namedChunks" : false ,
53
- "aot" : true ,
54
53
"extractLicenses" : true ,
55
54
"vendorChunk" : false ,
56
55
"buildOptimizer" : true ,
133
132
"builder" : " @angular-devkit/build-angular:server" ,
134
133
"options" : {
135
134
"outputPath" : " dist/server" ,
136
- "main" : " src/main. server.ts" ,
135
+ "main" : " server.ts" ,
137
136
"tsConfig" : " tsconfig.server.json"
138
137
},
139
138
"configurations" : {
145
144
}
146
145
],
147
146
"sourceMap" : false ,
148
- "optimization" : {
149
- "scripts" : false ,
150
- "styles" : true
151
- }
147
+ "optimization" : true
152
148
}
153
149
}
154
150
},
155
151
"deploy" : {
156
152
"builder" : " angular-cli-ghpages:deploy" ,
157
153
"options" : {}
154
+ },
155
+ "serve-ssr" : {
156
+ "builder" : " @nguniversal/builders:ssr-dev-server" ,
157
+ "options" : {
158
+ "browserTarget" : " fab-menu:build" ,
159
+ "serverTarget" : " fab-menu:server"
160
+ },
161
+ "configurations" : {
162
+ "production" : {
163
+ "browserTarget" : " fab-menu:build:production" ,
164
+ "serverTarget" : " fab-menu:server:production"
165
+ }
166
+ }
167
+ },
168
+ "prerender" : {
169
+ "builder" : " @nguniversal/builders:prerender" ,
170
+ "options" : {
171
+ "browserTarget" : " fab-menu:build:production" ,
172
+ "serverTarget" : " fab-menu:server:production" ,
173
+ "routes" : [
174
+ " /"
175
+ ]
176
+ },
177
+ "configurations" : {
178
+ "production" : {}
179
+ }
158
180
}
159
181
}
160
182
},
169
191
"options" : {
170
192
"tsConfig" : " projects/angular-material-extensions/fab-menu/tsconfig.lib.json" ,
171
193
"project" : " projects/angular-material-extensions/fab-menu/ng-package.json"
194
+ },
195
+ "configurations" : {
196
+ "production" : {
197
+ "tsConfig" : " projects/angular-material-extensions/fab-menu/tsconfig.lib.prod.json"
198
+ }
172
199
}
173
200
},
174
201
"test" : {
194
221
}
195
222
}
196
223
},
197
- "defaultProject" : " fab-menu"
224
+ "defaultProject" : " fab-menu" ,
225
+ "cli" : {
226
+ "analytics" : " 99687168-ab12-48d5-a2c4-35f8907842aa"
227
+ }
198
228
}
0 commit comments