From 0a4fae3b3e40d5b2e1c257e71626dff672f226df Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Thu, 15 Apr 2021 14:00:29 +0200 Subject: [PATCH] :robot: config(babel): Sort environments keys. These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/b7b7316fcc320ee7d249b0aa391d9a196c944421/src/transforms/babel:setup-env-sort-keys.js Please contact the author of the transform if you believe there was an error. --- package.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 5327c0b..67947fd 100644 --- a/package.json +++ b/package.json @@ -105,6 +105,18 @@ ] ], "env": { + "debug": { + "presets": [ + [ + "@babel/preset-env", + { + "targets": "current node" + } + ], + "babel-preset-power-assert" + ] + }, + "test": {}, "development": { "sourceMaps": "inline", "presets": [ @@ -123,18 +135,9 @@ ] ] }, - "cover": { - "sourceMaps": "both", - "presets": [ - [ - "@babel/preset-env", - { - "targets": "current node" - } - ], - "babel-preset-power-assert" - ], + "production": { "plugins": [ + "babel-plugin-unassert", [ "transform-remove-console", { @@ -147,7 +150,8 @@ ] ] }, - "debug": { + "cover": { + "sourceMaps": "both", "presets": [ [ "@babel/preset-env", @@ -156,11 +160,8 @@ } ], "babel-preset-power-assert" - ] - }, - "production": { + ], "plugins": [ - "babel-plugin-unassert", [ "transform-remove-console", { @@ -172,8 +173,7 @@ } ] ] - }, - "test": {} + } } }, "xo": {