From 855b88829774183a2432348cda41a366dfb74233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Thu, 18 Feb 2021 16:13:42 -0500 Subject: [PATCH] Update Gulpfile.mjs --- Gulpfile.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gulpfile.mjs b/Gulpfile.mjs index 8492e6166da5..152ac8017ec6 100644 --- a/Gulpfile.mjs +++ b/Gulpfile.mjs @@ -240,7 +240,7 @@ function buildBabel(exclude) { /** * Resolve a nested dependency starting from the given file */ -export default function resolveChain(baseUrl, ...packages) { +function resolveChain(baseUrl, ...packages) { const require = createRequire(baseUrl); return packages.reduce(