From cc143ca53a75e1d5c28d709c995a3e9f45aa92ac Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Sat, 10 Sep 2022 20:04:15 +0200 Subject: [PATCH] :robot: 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/d09fbf6436be892b61bbe02454e1d7d7229c50d8/src/transforms/babel:setup-debug-and-test-sourcemaps.js Please contact the author of the transform if you believe there was an error. --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 11e14dc..bc4143b 100644 --- a/package.json +++ b/package.json @@ -99,6 +99,7 @@ ], "env": { "debug": { + "sourceMaps": "both", "presets": [ [ "@babel/preset-env", @@ -110,6 +111,7 @@ ] }, "test": { + "sourceMaps": "both", "presets": [ [ "@babel/preset-env",