Skip to content

Commit db2f0b3

Browse files
committed
#9 replaced babel-preset-es2015 with babel-preset-env
1 parent 207dd6c commit db2f0b3

File tree

3 files changed

+138
-86
lines changed

3 files changed

+138
-86
lines changed

.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"presets": [
3-
"es2015",
3+
"env",
44
"react"
55
],
66
"plugins": [

0 commit comments

Comments
 (0)