Skip to content

Commit 6c3c901

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/5c07fa640b846da4c34695dc6ef1b93c034a99a2/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 bc16fc3 commit 6c3c901

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
@@ -135,6 +135,7 @@
135135
],
136136
"env": {
137137
"debug": {
138+
"sourceMaps": "both",
138139
"presets": [
139140
"babel-preset-power-assert"
140141
],
@@ -153,6 +154,7 @@
153154
]
154155
},
155156
"test": {
157+
"sourceMaps": "both",
156158
"presets": [
157159
"babel-preset-power-assert"
158160
]

0 commit comments

Comments
 (0)