From f1ac92843853895f557af5c4e3feb08dcd8390a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Thu, 27 Jan 2022 16:33:02 -0500 Subject: [PATCH] do not bundle plugin-transform-react-jsx --- Gulpfile.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gulpfile.mjs b/Gulpfile.mjs index 051f78dfda2b..ed9d57f9c9f0 100644 --- a/Gulpfile.mjs +++ b/Gulpfile.mjs @@ -539,7 +539,9 @@ function* libBundlesIterator() { // @babel/node invokes internal lib/_babel-node.js dir === "babel-node" || // todo: test/helpers/define-helper requires internal lib/helpers access - dir === "babel-helpers" + dir === "babel-helpers" || + // multiple exports + dir === "babel-plugin-transform-react-jsx" ) { continue; }