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

Commit ec053d9

Browse files
committed
Change order of presets
1 parent c74d845 commit ec053d9

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
"plugins": ["transform-runtime"],
3-
"presets": [ "es2015", "react", "stage-0" ],
3+
"presets": [ "es2015", "stage-0", "react" ],
44
"env": {
55
"development": {
66
"plugins": [

0 commit comments

Comments
 (0)