Skip to content

Commit 525b9dc

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/3fadbfc03be787be61d688a4b90430927ab58aa5/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 f3dccf4 commit 525b9dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
],
132132
"env": {
133133
"debug": {
134+
"sourceMaps": "both",
134135
"presets": [
135136
"babel-preset-power-assert"
136137
],
@@ -149,6 +150,7 @@
149150
]
150151
},
151152
"test": {
153+
"sourceMaps": "both",
152154
"presets": [
153155
"babel-preset-power-assert"
154156
]

0 commit comments

Comments
 (0)