UNPKG
fumadocs-mdx
Version:
latest (15.4.0)
15.4.0
15.3.1
15.3.0
15.2.3
15.2.2
15.2.1
15.2.0
15.1.1
15.1.0
15.0.13
15.0.12
15.0.11
15.0.10
15.0.9
15.0.8
15.0.7
15.0.6
15.0.5
15.0.4
15.0.3
15.0.2
15.0.1
15.0.0
14.3.2
14.3.1
14.3.0
14.2.14
14.2.13
14.2.12
14.2.11
14.2.10
14.2.9
14.2.8
14.2.7
14.2.6
14.2.5
14.2.4
14.2.3
14.2.2
14.2.1
14.2.0
14.1.1
14.1.0
14.0.4
14.0.3
14.0.2
14.0.1
14.0.0
13.0.8
13.0.7
13.0.6
13.0.5
13.0.4
13.0.3
13.0.2
13.0.1
13.0.0
12.0.3
12.0.2
12.0.1
12.0.0
11.10.1
11.10.0
11.9.1
11.9.0
11.8.3
11.8.2
11.8.1
11.8.0
11.7.5
11.7.4
11.7.3
11.7.1
11.7.0
11.6.11
11.6.10
11.6.9
11.6.8
11.6.7
11.6.6
11.6.5
11.6.4
11.6.3
11.6.2
11.6.1
11.6.0
11.5.8
11.5.7
11.5.6
11.5.5
11.5.4
11.5.3
11.5.2
11.5.1
11.5.0
11.4.1
11.4.0
11.3.2
11.3.1
11.3.0
11.2.3
11.2.2
11.2.1
11.2.0
11.1.2
11.1.1
11.1.0
11.0.0
10.1.0
10.0.2
10.0.1
10.0.0
9.0.4
9.0.3
9.0.2
9.0.1
9.0.0
8.2.34
8.2.33
8.2.32
8.2.31
8.2.30
8.2.29
8.2.28
8.2.27
8.2.26
8.2.25
8.2.24
8.2.23
8.2.22
8.2.21
8.2.20
8.2.19
8.2.18
8.2.17
8.2.16
8.2.15
8.2.14
8.2.13
8.2.12
8.2.11
8.2.10
8.2.9
8.2.8
8.2.7
8.2.6
8.2.5
8.2.4
8.2.3
8.2.2
8.2.1
8.2.0
8.1.1
8.1.0
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
The built-in source for Fumadocs
fumadocs.dev
fuma-nama/fumadocs
fumadocs-mdx
/
dist
/
loaders-BVwYfelL.js
7 lines
(6 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
//#region src/loaders/index.ts
const
metaLoaderGlob =
/\.(json|yaml)(\?.+?)?$/
;
const
mdxLoaderGlob =
/\.mdx?(\?.+?)?$/
;
//#endregion
export
{ metaLoaderGlob
as
n, mdxLoaderGlob
as
t };
//# sourceMappingURL=loaders-BVwYfelL.js.map