Skip to content

Commit 00b5885

Browse files
committed
fix babel presets
1 parent 3988be8 commit 00b5885

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

package.json

+3-9
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,8 @@
4747
"babel": {
4848
"presets": [
4949
"es2015",
50-
"stage-3"
51-
],
52-
"env": {
53-
"test": {
54-
"presets": [
55-
"react"
56-
]
57-
}
58-
}
50+
"stage-3",
51+
"react"
52+
]
5953
}
6054
}

0 commit comments

Comments
 (0)