Skip to content

Commit

Permalink
use named exports
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed May 11, 2024
1 parent c263c85 commit 0d8626b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ async function build(name, inputFile, outputPath, outputFile, isProd, format) {
};
const outputOptions = {
esModule: false,
exports: 'auto',
exports: 'named',
externalLiveBindings: false,
file: outputFile,
format, // change between es and cjs modules
Expand Down

0 comments on commit 0d8626b

Please sign in to comment.