Skip to content

Commit

Permalink
fix: set main entry to cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 23, 2021
1 parent 7784e2f commit 7c3b7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
sourcemap: true
},
{
file: pkg.commonjs,
file: pkg.main,
format: 'cjs',
sourcemap: true,
exports: 'named'
Expand Down

0 comments on commit 7c3b7c9

Please sign in to comment.