Skip to content

Commit 98f1c7c

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/9b50c2a1d7e9ab7b4bc9c9ff88892e98c5f62244/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 57242b9 commit 98f1c7c

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
@@ -109,6 +109,7 @@
109109
],
110110
"env": {
111111
"debug": {
112+
"sourceMaps": "both",
112113
"presets": [
113114
[
114115
"@babel/preset-env",
@@ -120,6 +121,7 @@
120121
]
121122
},
122123
"test": {
124+
"sourceMaps": "both",
123125
"presets": [
124126
[
125127
"@babel/preset-env",

0 commit comments

Comments
 (0)