Skip to content

Commit 776a148

Browse files
committed
generated files
1 parent 59b4d25 commit 776a148

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.babelrc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"presets": [
3-
["env", {
4-
"targets": {
5-
"browsers": ["last 2 versions", "ie >= 9"],
6-
"node": 4
7-
}
8-
}]
3+
"env",
4+
"react",
5+
"stage-0"
96
],
107
"plugins": [
11-
"transform-object-rest-spread"
8+
"transform-class-properties",
9+
"transform-decorators",
10+
"transform-react-constant-elements",
11+
"transform-react-inline-elements"
1212
]
1313
}

arangojs.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)