Skip to content

Commit cd9ac3f

Browse files
a-flying-potatomake-github-pseudonymous-again
authored andcommittedMar 23, 2021
🤖 config(babel): Setup debug environment.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/67ba7d5e9b38c8944d42909a3a30b0710559b446/src/transforms/babel:setup-env-debug.js Please contact the author of the transform if you believe there was an error.
1 parent 7bc7f21 commit cd9ac3f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed
 

Diff for: ‎package.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,17 @@
185185
],
186186
"sourceMaps": "inline"
187187
},
188-
"debug": {}
188+
"debug": {
189+
"presets": [
190+
[
191+
"@babel/preset-env",
192+
{
193+
"targets": "current node"
194+
}
195+
],
196+
"babel-preset-power-assert"
197+
]
198+
}
189199
}
190200
}
191201
}

0 commit comments

Comments
 (0)
Please sign in to comment.