Skip to content

Commit 6a35f06

Browse files
committed
upgrade to babel 7
1 parent 9ac5308 commit 6a35f06

File tree

3 files changed

+1504
-2208
lines changed

3 files changed

+1504
-2208
lines changed

server/.babelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"presets": [
33
[
4-
"env", {
4+
"@babel/preset-env", {
55
"targets": {
66
"node": "current"
77
}
88
}
9-
], "stage-2"
9+
]
1010
]
1111
}

0 commit comments

Comments
 (0)