Skip to content

Commit 502620b

Browse files
🤖 config(babel): Enable sourceMaps files.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/1fe650dc2407c6c6395828a28777fe8137a3bd2f/src/transforms/babel:setup-sourcemaps.js Please contact the author of the transform if you believe there was an error.
1 parent e03b238 commit 502620b

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
@@ -101,6 +101,7 @@
101101
"timeout": "1m"
102102
},
103103
"babel": {
104+
"sourceMaps": true,
104105
"presets": [
105106
[
106107
"@babel/preset-env",
@@ -125,7 +126,6 @@
125126
]
126127
},
127128
"test": {
128-
"sourceMaps": "inline",
129129
"presets": [
130130
[
131131
"@babel/preset-env",
@@ -173,7 +173,6 @@
173173
]
174174
},
175175
"development": {
176-
"sourceMaps": "inline",
177176
"presets": [
178177
"babel-preset-power-assert"
179178
],
@@ -191,7 +190,6 @@
191190
]
192191
},
193192
"production": {
194-
"sourceMaps": "inline",
195193
"plugins": [
196194
"babel-plugin-unassert",
197195
[

0 commit comments

Comments
 (0)