Skip to content

Commit c21f4dc

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/a40f4dd29587f2c7f4c7821b7263b79996434a5e/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 33b63c5 commit c21f4dc

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
@@ -129,6 +129,7 @@
129129
],
130130
"env": {
131131
"debug": {
132+
"sourceMaps": "both",
132133
"presets": [
133134
"babel-preset-power-assert"
134135
],
@@ -147,6 +148,7 @@
147148
]
148149
},
149150
"test": {
151+
"sourceMaps": "both",
150152
"presets": [
151153
"babel-preset-power-assert"
152154
]

0 commit comments

Comments
 (0)