From a50cde4bb01a22ef32f4bda7f872c4e62ee9363c Mon Sep 17 00:00:00 2001 From: Sebastian Markbage Date: Mon, 20 Feb 2023 00:34:51 -0500 Subject: [PATCH] Explicitly choose export default --- scripts/rollup/build.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/rollup/build.js b/scripts/rollup/build.js index f5850bd923ee9..cd8f7ad70215c 100644 --- a/scripts/rollup/build.js +++ b/scripts/rollup/build.js @@ -604,6 +604,7 @@ async function createBundle(bundle, bundleType) { bundle ), output: { + exports: 'default', externalLiveBindings: false, freeze: false, interop: false,