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/a44c42967442d65fd14272682fb84a6f32feb841/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 Jul 28, 2021
1 parent 066a055 commit 16793ca
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 @@ -106,6 +106,7 @@
"concurrency": 8
},
"babel": {
"sourceMaps": true,
"presets": [
[
"@babel/preset-env",
Expand All @@ -130,7 +131,6 @@
]
},
"test": {
"sourceMaps": "inline",
"presets": [
[
"@babel/preset-env",
Expand Down Expand Up @@ -178,7 +178,6 @@
]
},
"development": {
"sourceMaps": "inline",
"presets": [
"babel-preset-power-assert"
],
Expand All @@ -196,7 +195,6 @@
]
},
"production": {
"sourceMaps": "inline",
"plugins": [
"babel-plugin-unassert",
[
Expand Down

0 comments on commit 16793ca

Please sign in to comment.