File tree 1 file changed +28
-8
lines changed
1 file changed +28
-8
lines changed Original file line number Diff line number Diff line change 8
8
"sourceRoot" : " src" ,
9
9
"projectType" : " application" ,
10
10
"prefix" : " app" ,
11
- "schematics" : {},
11
+ "schematics" : {
12
+ "@schematics/angular:class" : {
13
+ "spec" : false
14
+ },
15
+ "@schematics/angular:component" : {
16
+ "spec" : false
17
+ },
18
+ "@schematics/angular:directive" : {
19
+ "spec" : false
20
+ },
21
+ "@schematics/angular:guard" : {
22
+ "spec" : false
23
+ },
24
+ "@schematics/angular:module" : {
25
+ "spec" : false
26
+ },
27
+ "@schematics/angular:pipe" : {
28
+ "spec" : false
29
+ },
30
+ "@schematics/angular:service" : {
31
+ "spec" : false
32
+ }
33
+ },
12
34
"architect" : {
13
35
"build" : {
14
36
"builder" : " @angular-devkit/build-angular:browser" ,
29
51
},
30
52
"configurations" : {
31
53
"production" : {
32
- "fileReplacements" : [
33
- {
34
- "replace" : " src/environments/environment.ts" ,
35
- "with" : " src/environments/environment.prod.ts"
36
- }
37
- ],
54
+ "fileReplacements" : [{
55
+ "replace" : " src/environments/environment.ts" ,
56
+ "with" : " src/environments/environment.prod.ts"
57
+ }],
38
58
"optimization" : true ,
39
59
"outputHashing" : " all" ,
40
60
"sourceMap" : false ,
119
139
}
120
140
},
121
141
"defaultProject" : " realworld-basic"
122
- }
142
+ }
You can’t perform that action at this time.
0 commit comments