Skip to content

Commit 75b1294

Browse files
committed
build(Babel): set node 8 as min build version
BREAKING CHANGE: Drop node 6 support.
1 parent c315cc7 commit 75b1294

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.babelrc

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/preset-env",
1414
{
1515
"targets": {
16-
"node": 6
16+
"node": 8
1717
}
1818
}
1919
]
@@ -28,7 +28,7 @@
2828
"@babel/preset-env",
2929
{
3030
"targets": {
31-
"node": "8.0.0"
31+
"node": 8
3232
},
3333
"loose": true,
3434
"modules": false
@@ -50,7 +50,7 @@
5050
"@babel/preset-env",
5151
{
5252
"targets": {
53-
"node": "8.0.0"
53+
"node": 8
5454
},
5555
"loose": true,
5656
"modules": "commonjs"

0 commit comments

Comments
 (0)