Skip to content

Commit b36f7cb

Browse files
committed
fix building
1 parent 30bae6f commit b36f7cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"ignore": ["node_modules/**"],
33
"env": {
4+
"development": { "presets": [["env"]] },
45
"production": {
56
"presets": [
67
[
@@ -24,7 +25,7 @@
2425
]
2526
}
2627
},
27-
"presets": [["env"], "react"],
28+
"presets": ["react"],
2829
"plugins": [
2930
[
3031
"transform-object-rest-spread",

0 commit comments

Comments
 (0)