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 9d7d59e
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 @@ -190,6 +190,7 @@ function getRollupOutputOptions(
name: globalName,
sourcemap: false,
esModule: false,
exports: 'auto',
};
}

Expand Down

0 comments on commit 9d7d59e

Please sign in to comment.