UNPKG
crude-docs
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
A sample docs generator and easy to use!!
github.com/flowke/crude-docs
flowke/crude-docs
crude-docs
/
.babelrc
18 lines
(17 loc)
•
250 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"presets"
:
[
"react"
]
,
"plugins"
:
[
[
"import"
,
{
"libraryName"
:
"antd"
,
"libraryDirectory"
:
"es"
,
"style"
:
"css"
}
]
,
"transform-class-properties"
,
"syntax-dynamic-import"
]
}