Skip to content

Commit 0ee43ff

Browse files
committed
chore(babel): increase node target to 8.11
1 parent b31ff66 commit 0ee43ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/app/_.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"presets": [
33
["babel-preset-env", {
44
"targets": {
5-
"node": "6.2"
5+
"node": "8.11.3"
66
}
77
}]
88
],

0 commit comments

Comments
 (0)