From ef01fadbdef4c5904a4c73da6cb4eb8a5337f7bc Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Thu, 15 Apr 2021 10:17:46 +0200 Subject: [PATCH] :robot: 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/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/babel:setup-env-debug.js Please contact the author of the transform if you believe there was an error. --- package.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e13003..dd16448 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,17 @@ ] ] }, - "debug": {} + "debug": { + "presets": [ + [ + "@babel/preset-env", + { + "targets": "current node" + } + ], + "babel-preset-power-assert" + ] + } } }, "xo": {