Skip to content

Commit cf9fcea

Browse files
committed
now build with rollup and includes typings properly in the release package
1 parent a3c3b8a commit cf9fcea

File tree

7 files changed

+8368
-56
lines changed

7 files changed

+8368
-56
lines changed

.babelrc

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
11
{
2-
"presets": ["es2015", "react"]
3-
}
2+
"env": {
3+
"rollup": {
4+
"presets": [
5+
[
6+
"es2015",
7+
{
8+
"modules": false
9+
}
10+
],
11+
"react"
12+
]
13+
}
14+
,
15+
"test": {
16+
"presets": [
17+
"es2015",
18+
"react"
19+
]
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)