Skip to content

Commit cd99868

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/8134808bd3e9bcbb3e4b2ca5401e2dee58965a01/src/transforms/babel:setup-sourcemaps.js Please contact the author of the transform if you believe there was an error.
1 parent 031ee1a commit cd99868

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
@@ -106,6 +106,7 @@
106106
"timeout": "1m"
107107
},
108108
"babel": {
109+
"sourceMaps": true,
109110
"presets": [
110111
[
111112
"@babel/preset-env",
@@ -130,7 +131,6 @@
130131
]
131132
},
132133
"test": {
133-
"sourceMaps": "inline",
134134
"presets": [
135135
[
136136
"@babel/preset-env",
@@ -178,7 +178,6 @@
178178
]
179179
},
180180
"development": {
181-
"sourceMaps": "inline",
182181
"presets": [
183182
"babel-preset-power-assert"
184183
],
@@ -196,7 +195,6 @@
196195
]
197196
},
198197
"production": {
199-
"sourceMaps": "inline",
200198
"plugins": [
201199
"babel-plugin-unassert",
202200
[

0 commit comments

Comments
 (0)