Skip to content

Commit 8b169e3

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/a44c42967442d65fd14272682fb84a6f32feb841/src/transforms/babel:setup-sourcemaps.js Please contact the author of the transform if you believe there was an error.
1 parent 56fc305 commit 8b169e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
"timeout": "1m"
9595
},
9696
"babel": {
97+
"sourceMaps": true,
9798
"presets": [
9899
[
99100
"@babel/preset-env",
@@ -118,7 +119,6 @@
118119
]
119120
},
120121
"test": {
121-
"sourceMaps": "inline",
122122
"presets": [
123123
[
124124
"@babel/preset-env",
@@ -166,7 +166,6 @@
166166
]
167167
},
168168
"development": {
169-
"sourceMaps": "inline",
170169
"presets": [
171170
"babel-preset-power-assert"
172171
],
@@ -184,7 +183,6 @@
184183
]
185184
},
186185
"production": {
187-
"sourceMaps": "inline",
188186
"plugins": [
189187
"babel-plugin-unassert",
190188
[

0 commit comments

Comments
 (0)