Skip to content

Commit ef53644

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 8e49db6 commit ef53644

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
@@ -85,6 +85,7 @@
8585
"timeout": "1m"
8686
},
8787
"babel": {
88+
"sourceMaps": true,
8889
"presets": [
8990
[
9091
"@babel/preset-env",
@@ -159,7 +160,6 @@
159160
]
160161
},
161162
"development": {
162-
"sourceMaps": "inline",
163163
"presets": [
164164
"babel-preset-power-assert"
165165
],

0 commit comments

Comments
 (0)