File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
uilib-docs/configurations Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ const componentsDocgenPlugin = [
31
31
{
32
32
resolve : 'gatsby-source-filesystem' ,
33
33
options : {
34
- path : `${ __dirname } /../../src/components/` ,
35
- ignore : [ '**/\*.tsx' ]
34
+ path : `${ __dirname } /../../src/components/`
36
35
}
37
36
}
38
37
] ;
@@ -42,8 +41,7 @@ const incubatorComponentsDocgenPlugin = [
42
41
{
43
42
resolve : 'gatsby-source-filesystem' ,
44
43
options : {
45
- path : `${ __dirname } /../../src/incubator/` ,
46
- ignore : [ '**/\*.tsx' ]
44
+ path : `${ __dirname } /../../src/incubator/`
47
45
}
48
46
}
49
47
] ;
@@ -53,8 +51,7 @@ const nativeComponentsDocgenPlugin = [
53
51
{
54
52
resolve : 'gatsby-source-filesystem' ,
55
53
options : {
56
- path : `${ __dirname } /../../lib/components/` ,
57
- ignore : [ '**/\*.tsx' ]
54
+ path : `${ __dirname } /../../lib/components/`
58
55
}
59
56
}
60
57
] ;
You can’t perform that action at this time.
0 commit comments