Skip to content

Commit

Permalink
feat: migrate to babel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
avdeev committed Apr 23, 2019
1 parent 58b656a commit 6939533
Show file tree
Hide file tree
Showing 4 changed files with 4,663 additions and 6,316 deletions.
12 changes: 12 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
presets: [
[
'@babel/preset-env',
{
targets: {
node: 'current',
},
},
],
],
};
Loading

0 comments on commit 6939533

Please sign in to comment.