Skip to content

Commit 6239536

Browse files
committed
Use separate .babelrc file
1 parent e32379a commit 6239536

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.babelrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"presets": [
3+
"es2015",
4+
"stage-1",
5+
"react"
6+
]
7+
}

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,5 @@
8383
"routing",
8484
"history",
8585
"link"
86-
],
87-
"babel": {
88-
"presets": [
89-
"es2015",
90-
"react",
91-
"stage-1"
92-
]
93-
}
86+
]
9487
}

0 commit comments

Comments
 (0)