Skip to content
This repository was archived by the owner on Aug 10, 2018. It is now read-only.

Commit 7235dc9

Browse files
committed
Updated babel to use curent NodeJS
1 parent 23d24cd commit 7235dc9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.babelrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"presets": [
3-
"env"
3+
[ "env", {
4+
"targets": {
5+
"node": "current"
6+
}
7+
}]
48
],
59
"plugins": [
610
"espower",

0 commit comments

Comments
 (0)