Skip to content

Commit 61b7bd8

Browse files
committed
build(Babel): set node 8 as min build version
BREAKING CHANGE: Drop node 6 support.
1 parent 3d163ac commit 61b7bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.babelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@babel/preset-env",
1616
{
1717
"targets": {
18-
"node": 6
18+
"node": 8
1919
}
2020
}
2121
]
@@ -32,7 +32,7 @@
3232
"@babel/preset-env",
3333
{
3434
"targets": {
35-
"node": "8.0.0"
35+
"node": 8
3636
},
3737
"loose": true,
3838
"modules": false

0 commit comments

Comments
 (0)