Skip to content

Commit 57242b9

Browse files
🤖 config(babel): Enable sourceMaps files.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/9b50c2a1d7e9ab7b4bc9c9ff88892e98c5f62244/src/transforms/babel:setup-sourcemaps.js Please contact the author of the transform if you believe there was an error.
1 parent 33e9fbd commit 57242b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"timeout": "1m"
9696
},
9797
"babel": {
98+
"sourceMaps": true,
9899
"presets": [
99100
[
100101
"@babel/preset-env",
@@ -119,7 +120,6 @@
119120
]
120121
},
121122
"test": {
122-
"sourceMaps": "inline",
123123
"presets": [
124124
[
125125
"@babel/preset-env",
@@ -167,7 +167,6 @@
167167
]
168168
},
169169
"development": {
170-
"sourceMaps": "inline",
171170
"presets": [
172171
"babel-preset-power-assert"
173172
],
@@ -185,7 +184,6 @@
185184
]
186185
},
187186
"production": {
188-
"sourceMaps": "inline",
189187
"plugins": [
190188
"babel-plugin-unassert",
191189
[

0 commit comments

Comments
 (0)