UNPKG
preact-habitat
Version:
beta (3.0.0)
latest (3.3.0)
next (3.0.31)
3.3.0
3.2.2
3.2.1
3.1.0
3.0.31
3.0.3
3.0.2
3.0.1
3.0.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.2
2.0.2
2.0.1
2.0.0
1.2.1
1.2.0
1.1.2
1.0.0
0.6.2
0.6.1
0.1.12
0.1.11
0.1.1
A place for your happy widget in every DOM.
github.com/zouhir/preact-habitat/
preact-habitat
/
examples
/
login-form
/
.babelrc
12 lines
(11 loc)
•
197 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"sourceMaps"
:
true
,
"presets"
:
[
[
"es2015"
,
{
"loose"
:
true
}
]
,
"stage-0"
]
,
"plugins"
:
[
[
"transform-decorators-legacy"
]
,
[
"transform-react-jsx"
,
{
"pragma"
:
"h"
}
]
]
}