Skip to content

Commit

Permalink
🤖 config(babel): Setup cover environment.
Browse files Browse the repository at this point in the history
These changes were automatically generated by a transform whose code can be found at:
  - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/a44c42967442d65fd14272682fb84a6f32feb841/src/transforms/babel:setup-env-cover.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Jul 28, 2021
1 parent 98a4dc7 commit cf33aa3
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,30 @@
]
],
"env": {
"cover": {},
"cover": {
"sourceMaps": "both",
"presets": [
[
"@babel/preset-env",
{
"targets": "current node"
}
],
"babel-preset-power-assert"
],
"plugins": [
[
"transform-remove-console",
{
"exclude": [
"log",
"error",
"warn"
]
}
]
]
},
"development": {
"sourceMaps": "inline"
}
Expand Down

0 comments on commit cf33aa3

Please sign in to comment.