From a945ac2fe57a388a28ca0ed3739ad718ca136939 Mon Sep 17 00:00:00 2001 From: Filip Barl Date: Tue, 26 Mar 2019 16:29:22 +0100 Subject: [PATCH] Fix build-pkg script - make Babel fully transform the package files. --- client/.babelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/.babelrc b/client/.babelrc index a256f4257..cf1c1c60f 100644 --- a/client/.babelrc +++ b/client/.babelrc @@ -3,7 +3,7 @@ [ "@babel/preset-env", { - "modules": false + "modules": "commonjs" } ], "@babel/preset-react"