Skip to content

Commit b189c63

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

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
@@ -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

0 commit comments

Comments
 (0)