Skip to content

Commit

Permalink
fixed babelify
Browse files Browse the repository at this point in the history
  • Loading branch information
akdombrowski committed Nov 15, 2023
1 parent 0f7f536 commit ced7aad
Show file tree
Hide file tree
Showing 12 changed files with 489 additions and 4,736 deletions.
1 change: 1 addition & 0 deletions .nycrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"reporter": ["lcov", "html", "json", "json-summary", "text"],
"require": ["@babel/register"],
"extends": "@istanbuljs/nyc-config-babel",
"sourceMap": false,
"instrument": false
}
9 changes: 3 additions & 6 deletions .babel.config.json → babel.config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"presets": [
"@babel/preset-env",
"@babel/plugin-transform-runtime",
"@istanbuljs/nyc-config-babel"
],
"presets": ["@babel/preset-env"],
"targets": {
"node": 15,
"esmodules": true
Expand All @@ -14,5 +10,6 @@
"test": {
"plugins": ["istanbul"]
}
}
},
"minified": true
}
109 changes: 12 additions & 97 deletions cli_lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ced7aad

Please sign in to comment.