Skip to content

Commit b9645e1

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 12c72c6 commit b9645e1

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
@@ -127,6 +127,7 @@
127127
],
128128
"env": {
129129
"debug": {
130+
"sourceMaps": "both",
130131
"presets": [
131132
"babel-preset-power-assert"
132133
],
@@ -145,6 +146,7 @@
145146
]
146147
},
147148
"test": {
149+
"sourceMaps": "both",
148150
"presets": [
149151
"babel-preset-power-assert"
150152
]

0 commit comments

Comments
 (0)