Skip to content

Commit 807d004

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/31b7e48f29789fa2e2ad9e16013ff277c3bbca57/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 dba2374 commit 807d004

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
@@ -130,6 +130,7 @@
130130
],
131131
"env": {
132132
"debug": {
133+
"sourceMaps": "both",
133134
"presets": [
134135
"babel-preset-power-assert"
135136
],
@@ -148,6 +149,7 @@
148149
]
149150
},
150151
"test": {
152+
"sourceMaps": "both",
151153
"presets": [
152154
"babel-preset-power-assert"
153155
]

0 commit comments

Comments
 (0)