Skip to content

Commit

Permalink
🔧 use default exports instead of named
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorLuizC committed Mar 22, 2021
1 parent c95e569 commit e91db47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const banner = `/*!
function createOutputOptions(options) {
return {
banner,
exports: 'named',
exports: 'default',
sourcemap: true,
...options,
};
Expand Down

0 comments on commit e91db47

Please # to comment.