From a090d087ef8c524dc33e9ea3394393b5818bda03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Wed, 27 Jul 2022 15:53:04 -0400 Subject: [PATCH] support mjs in rollup node polyfill --- Gulpfile.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gulpfile.mjs b/Gulpfile.mjs index a5cd8a9ee054..a07a42732853 100644 --- a/Gulpfile.mjs +++ b/Gulpfile.mjs @@ -430,7 +430,7 @@ function buildRollup(packages, buildStandalone) { buildStandalone && rollupPolyfillNode({ sourceMap: sourcemap, - include: "**/*.{js,cjs,ts}", + include: "**/*.{js,mjs,cjs,ts}", }), ].filter(Boolean), acorn: {