From 90a2b50934c93e84408fbdc162f087c2a66dd484 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Thu, 8 Oct 2020 14:56:25 -0400 Subject: [PATCH] List some defaults explicitly --- babel.config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/babel.config.json b/babel.config.json index 9ab5d30f2..52fedc958 100644 --- a/babel.config.json +++ b/babel.config.json @@ -1,7 +1,9 @@ { "presets": [ [ - "@babel/env" + "@babel/preset-env", { + "modules": false + } ] ], "compact": false