Skip to content

Commit

Permalink
🤖 config(babel): Enable inline sourceMaps during tests.
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/a9afbfe78a793f6bba0aae1432dd3bacf30c05a5/src/transforms/babel:setup-debug-and-test-sourcemaps.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 Oct 28, 2022
1 parent 46087b7 commit 6059ee3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
],
"env": {
"debug": {
"sourceMaps": "both",
"presets": [
[
"@babel/preset-env",
Expand All @@ -124,6 +125,7 @@
]
},
"test": {
"sourceMaps": "both",
"presets": [
[
"@babel/preset-env",
Expand Down

0 comments on commit 6059ee3

Please sign in to comment.