From da0f619b322ee6a53bd6eeb78a7f5975768c161b Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Mon, 20 Dec 2021 16:08:34 +0100 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/make-github-pseudonymous-again/rejuvenate/blob/8134808bd3e9bcbb3e4b2ca5401e2dee58965a01/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 aa832cd..afd50a1 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,17 @@ ] ], "env": { - "debug": {}, + "debug": { + "presets": [ + [ + "@babel/preset-env", + { + "targets": "current node" + } + ], + "babel-preset-power-assert" + ] + }, "test": { "sourceMaps": "inline", "presets": [