Skip to content

Commit

Permalink
fix(slaq): babel targets node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
renatorib committed Feb 5, 2020
1 parent 6be5954 commit 182bd9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
module.exports = {
presets: ["@babel/preset-typescript", "@babel/preset-env"]
presets: [
"@babel/preset-typescript",
["@babel/preset-env", { targets: { node: "8" } }]
]
};

0 comments on commit 182bd9b

Please sign in to comment.