Skip to content

Commit 57877c4

Browse files
committed
Change babel transpiler to buble
1 parent 2e6e593 commit 57877c4

File tree

5 files changed

+2186
-1424
lines changed

5 files changed

+2186
-1424
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"presets": [
33
["env", {"modules": false}],
4-
"stage-2"
4+
"stage-2",
5+
"es2015-rollup"
56
]
67
}

0 commit comments

Comments
 (0)