Skip to content

Commit a50cde4

Browse files
committed
Explicitly choose export default
1 parent 2ec17a1 commit a50cde4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/rollup/build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,7 @@ async function createBundle(bundle, bundleType) {
604604
bundle
605605
),
606606
output: {
607+
exports: 'default',
607608
externalLiveBindings: false,
608609
freeze: false,
609610
interop: false,

0 commit comments

Comments
 (0)