Skip to content

Commit e64e4ee

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/1b5252aec880aa76850f97b16980a6ce00c782c4/src/transforms/babel:setup-sourcemaps.js Please contact the author of the transform if you believe there was an error.
1 parent 19f54b0 commit e64e4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"timeout": "1m"
103103
},
104104
"babel": {
105+
"sourceMaps": true,
105106
"presets": [
106107
[
107108
"@babel/preset-env",
@@ -173,7 +174,6 @@
173174
]
174175
},
175176
"development": {
176-
"sourceMaps": "inline",
177177
"presets": [
178178
"babel-preset-power-assert"
179179
],

0 commit comments

Comments
 (0)