From cf18ea1832c3daf0a0ca0fc0b006a4c4d6a62b50 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Wed, 28 Jul 2021 18:40:01 +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/make-github-pseudonymous-again/rejuvenate/blob/a44c42967442d65fd14272682fb84a6f32feb841/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 a02802ec..3e66b35f 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": [