Skip to content

Commit

Permalink
update babel config for failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlundien committed Apr 25, 2023
1 parent 71d3227 commit cca160f
Show file tree
Hide file tree
Showing 4 changed files with 10,385 additions and 13,481 deletions.
12 changes: 0 additions & 12 deletions .babelrc

This file was deleted.

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",
},
},
],
],
};

0 comments on commit cca160f

Please sign in to comment.