From acc77bbabd644ca2ec9fb9e6ddf4c04b9165aba4 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Thu, 18 Mar 2021 21:55:58 +0100 Subject: [PATCH] :robot: config(babel): Enable sourceMaps files. These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/d9f26a96d129929f69189d69282e8e85ccdd74a0/src/transforms/babel:setup-sourcemaps.js Please contact the author of the transform if you believe there was an error. --- package.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 575480a..65c735d 100644 --- a/package.json +++ b/package.json @@ -136,8 +136,7 @@ ] } ] - ], - "sourceMaps": "inline" + ] }, "development": { "presets": [ @@ -154,8 +153,7 @@ ] } ] - ], - "sourceMaps": "inline" + ] }, "production": { "plugins": [ @@ -170,9 +168,9 @@ ] } ] - ], - "sourceMaps": "inline" + ] } - } + }, + "sourceMaps": true } }