Skip to content

Commit fb7a32c

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 d16c542 commit fb7a32c

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
@@ -94,6 +94,7 @@
9494
"concurrency": 8
9595
},
9696
"babel": {
97+
"sourceMaps": true,
9798
"presets": [
9899
[
99100
"@babel/preset-env",
@@ -165,7 +166,6 @@
165166
]
166167
},
167168
"development": {
168-
"sourceMaps": "inline",
169169
"presets": [
170170
"babel-preset-power-assert"
171171
],

0 commit comments

Comments
 (0)