Skip to content

Commit 850605c

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/9b50c2a1d7e9ab7b4bc9c9ff88892e98c5f62244/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 ef53644 commit 850605c

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
@@ -102,6 +102,7 @@
102102
],
103103
"env": {
104104
"debug": {
105+
"sourceMaps": "both",
105106
"presets": [
106107
[
107108
"@babel/preset-env",
@@ -113,6 +114,7 @@
113114
]
114115
},
115116
"test": {
117+
"sourceMaps": "both",
116118
"presets": [
117119
[
118120
"@babel/preset-env",

0 commit comments

Comments
 (0)