UNPKG
hemath
Version:
latest (0.4.0)
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
0.0.3
0.0.2
0.0.1
Build responsive Mautic Themes based on the Heml laungage
github.com/barnebys/hemath
barnebys/hemath
hemath
/
.babelrc
16 lines
•
244 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"presets"
:
[
[
"env"
,
{
"targets"
:
{
"node"
:
4
}
,
}
]
]
,
"plugins"
:
[
"transform-runtime"
,
"transform-object-rest-spread"
,
[
"transform-react-jsx"
,
{
"pragma"
:
"HEML.renderElement"
}
]
]
}