Skip to content

Commit f613503

Browse files
committed
chore(project): simplify .babelrc
1 parent 89fd8f9 commit f613503

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

.babelrc

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
{
22
"presets": [
3-
"stage-0",
4-
"stage-1",
5-
"stage-2",
6-
[
7-
"env",
8-
{
9-
"modules": false,
10-
"targets": {
11-
"node": "4.8",
12-
"browsers": ["last 2 versions"],
13-
"ie": 8
14-
}
15-
}
16-
]
3+
"env"
174
],
18-
"plugins": ["transform-object-rest-spread"]
5+
"plugins": [
6+
"transform-object-rest-spread"
7+
]
198
}

0 commit comments

Comments
 (0)