Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Convert babel config to a different babel config
Browse files Browse the repository at this point in the history
This is needed because of jestjs/jest#6229
  • Loading branch information
turt2live committed Jan 10, 2020
1 parent 23eb6cb commit 5f51432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .babelrc → babel.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
module.exports = {
"sourceMaps": "inline",
"presets": [
["@babel/preset-env", {
Expand All @@ -23,4 +23,4 @@
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-transform-runtime"
]
}
};

0 comments on commit 5f51432

Please sign in to comment.