Skip to content

Commit 182f6da

Browse files
authored
Merge pull request dozoisch#29 from hartzis/remove-transform-runtime
remove transform runtime
2 parents b121d02 + ce0b3a9 commit 182f6da

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
@@ -3,5 +3,5 @@
33
"react",
44
[ "es2015", { "loose": true } ]
55
],
6-
"plugins": [ "transform-runtime", "transform-object-rest-spread" ]
6+
"plugins": [ "transform-object-rest-spread" ]
77
}

0 commit comments

Comments
 (0)