Skip to content

Commit 3fb9c19

Browse files
authored
Updated .babelrc (#64)
Closes #63
1 parent fe62b59 commit 3fb9c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"presets": [
3-
"es2015-native-modules",
3+
["es2015", { "modules": false }],
44
"react",
55
"airbnb"
66
],

0 commit comments

Comments
 (0)