29
29
],
30
30
"styles" : [
31
31
" ./node_modules/@angular/material/prebuilt-themes/indigo-pink.css" ,
32
+ " ./node_modules/prismjs/themes/prism-okaidia.css" ,
32
33
" src/styles.scss"
33
34
],
34
- "scripts" : []
35
+ "scripts" : [
36
+ " ./node_modules/prismjs/prism.js" ,
37
+ " ./node_modules/prismjs/components/prism-typescript.min.js"
38
+ ]
39
+ },
40
+ "configurations" : {
41
+ "production" : {
42
+ "fileReplacements" : [
43
+ {
44
+ "replace" : " src/environments/environment.ts" ,
45
+ "with" : " src/environments/environment.prod.ts"
46
+ }
47
+ ],
48
+ "optimization" : true ,
49
+ "outputHashing" : " all" ,
50
+ "sourceMap" : false ,
51
+ "extractCss" : true ,
52
+ "namedChunks" : false ,
53
+ "extractLicenses" : true ,
54
+ "vendorChunk" : false ,
55
+ "buildOptimizer" : true ,
56
+ "budgets" : [
57
+ {
58
+ "type" : " initial" ,
59
+ "maximumWarning" : " 2mb" ,
60
+ "maximumError" : " 5mb"
61
+ },
62
+ {
63
+ "type" : " anyComponentStyle" ,
64
+ "maximumWarning" : " 6kb" ,
65
+ "maximumError" : " 10kb"
66
+ }
67
+ ]
68
+ }
69
+ }
70
+ },
71
+ "build_ghpages" : {
72
+ "builder" : " @angular-devkit/build-angular:browser" ,
73
+ "options" : {
74
+ "baseHref" : " /select-icon/" ,
75
+ "deployUrl" : " /select-icon/" ,
76
+ "outputPath" : " dist/browser" ,
77
+ "index" : " src/index.html" ,
78
+ "main" : " src/main.ts" ,
79
+ "polyfills" : " src/polyfills.ts" ,
80
+ "tsConfig" : " tsconfig.app.json" ,
81
+ "aot" : true ,
82
+ "assets" : [
83
+ " src/favicon.ico" ,
84
+ " src/assets"
85
+ ],
86
+ "styles" : [
87
+ " src/styles.scss" ,
88
+ " ./node_modules/@angular/material/prebuilt-themes/indigo-pink.css" ,
89
+ " ./node_modules/prismjs/themes/prism-okaidia.css"
90
+ ],
91
+ "scripts" : [
92
+ " ./node_modules/prismjs/prism.js" ,
93
+ " ./node_modules/prismjs/components/prism-typescript.min.js"
94
+ ]
35
95
},
36
96
"configurations" : {
37
97
"production" : {
171
231
"configurations" : {
172
232
"production" : {}
173
233
}
234
+ },
235
+ "prerender_ghpages" : {
236
+ "builder" : " @nguniversal/builders:prerender" ,
237
+ "options" : {
238
+ "browserTarget" : " select-icon:build_ghpages:production" ,
239
+ "serverTarget" : " select-icon:server:production" ,
240
+ "routes" : [
241
+ " /"
242
+ ]
243
+ },
244
+ "configurations" : {
245
+ "production" : {}
246
+ }
174
247
}
175
248
}
176
249
},
219
292
"cli" : {
220
293
"analytics" : " 7f7691ff-00c4-4b9e-9902-9d8a30ee6eb7"
221
294
}
222
- }
295
+ }
0 commit comments