Skip to content

Commit

Permalink
Explicitly choose export default
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Feb 20, 2023
1 parent 2ec17a1 commit a50cde4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/rollup/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ async function createBundle(bundle, bundleType) {
bundle
),
output: {
exports: 'default',
externalLiveBindings: false,
freeze: false,
interop: false,
Expand Down

0 comments on commit a50cde4

Please sign in to comment.