Skip to content

Commit

Permalink
🤖 config(babel): Enable sourceMaps files.
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/efdeb14f1acc403bede2ec6bcff997fe7484cb4d/src/transforms/babel:setup-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 Dec 20, 2021
1 parent 08ea6a0 commit 03cc923
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"timeout": "1m"
},
"babel": {
"sourceMaps": true,
"presets": [
[
"@babel/preset-env",
Expand All @@ -121,7 +122,6 @@
]
},
"test": {
"sourceMaps": "inline",
"presets": [
[
"@babel/preset-env",
Expand Down Expand Up @@ -169,7 +169,6 @@
]
},
"development": {
"sourceMaps": "inline",
"presets": [
"babel-preset-power-assert"
],
Expand All @@ -187,7 +186,6 @@
]
},
"production": {
"sourceMaps": "inline",
"plugins": [
"babel-plugin-unassert",
[
Expand Down

0 comments on commit 03cc923

Please sign in to comment.