Skip to content

Commit 1d7fa3d

Browse files
authored
Merge pull request #328 from mixmaxhq/feat--update-babel-to-v7
feat: update babel to v7
2 parents d582dd8 + 6a86084 commit 1d7fa3d

File tree

3 files changed

+8745
-10086
lines changed

3 files changed

+8745
-10086
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"plugins": ["transform-async-to-generator"]
2+
"presets": [["@babel/preset-env", { "targets": { "node": "current" } }]]
33
}

0 commit comments

Comments
 (0)