File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 7
7
"tags" : [],
8
8
"targets" : {
9
9
"build" : {
10
- "executor" : " @angular-devkit/build-angular:browser " ,
10
+ "executor" : " @angular-devkit/build-angular:application " ,
11
11
"outputs" : [" {options.outputPath}" ],
12
12
"options" : {
13
13
"outputPath" : " dist/apps/sandbox" ,
14
14
"index" : " apps/sandbox/src/index.html" ,
15
- "main " : " apps/sandbox/src/main.ts" ,
15
+ "browser " : " apps/sandbox/src/main.ts" ,
16
16
"polyfills" : [" zone.js" ],
17
17
"tsConfig" : " apps/sandbox/tsconfig.app.json" ,
18
18
"assets" : [" apps/sandbox/src/favicon.ico" , " apps/sandbox/src/assets" ],
19
- "styles" : [" apps/sandbox/src/styles.css" ],
20
- "scripts" : []
19
+ "styles" : [" apps/sandbox/src/styles.css" ]
21
20
},
22
21
"configurations" : {
23
22
"production" : {
36
35
"outputHashing" : " all"
37
36
},
38
37
"development" : {
39
- "buildOptimizer" : false ,
40
38
"optimization" : false ,
41
- "vendorChunk" : true ,
42
39
"extractLicenses" : false ,
43
- "sourceMap" : true ,
44
- "namedChunks" : true
40
+ "sourceMap" : true
45
41
}
46
42
},
47
43
"defaultConfiguration" : " production"
Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ declare global {
80
80
#material
81
81
[map]="textures.grid"
82
82
[displacementMap]="textures.displacement"
83
+ [displacementScale]="0.5"
83
84
[metalnessMap]="textures.metalness"
84
- [displacementScale]="0.4"
85
- [metalness]="0.96"
85
+ [metalness]="1"
86
86
[roughness]="0.5"
87
87
/>
88
88
You can’t perform that action at this time.
0 commit comments