Skip to content

Commit 8b01cb7

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/b27ce6d333a4c46ff5161eaddfbe16895bbabf0f/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 1db114d commit 8b01cb7

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
@@ -124,6 +124,7 @@
124124
],
125125
"env": {
126126
"debug": {
127+
"sourceMaps": "both",
127128
"presets": [
128129
"babel-preset-power-assert"
129130
],
@@ -142,6 +143,7 @@
142143
]
143144
},
144145
"test": {
146+
"sourceMaps": "both",
145147
"presets": [
146148
"babel-preset-power-assert"
147149
]

0 commit comments

Comments
 (0)