Skip to content

Commit 3a5134b

Browse files
🤖 config(babel): Enable inline sourceMaps during tests.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/ebf7e47fdba6d4d1465a98658ef1d4e78f0eace6/src/transforms/babel:setup-debug-and-test-sourcemaps.js Please contact the author of the transform if you believe there was an error.
1 parent 90a161a commit 3a5134b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
],
100100
"env": {
101101
"debug": {
102+
"sourceMaps": "both",
102103
"presets": [
103104
[
104105
"@babel/preset-env",
@@ -110,6 +111,7 @@
110111
]
111112
},
112113
"test": {
114+
"sourceMaps": "both",
113115
"presets": [
114116
[
115117
"@babel/preset-env",

0 commit comments

Comments
 (0)