Skip to content

Commit

Permalink
fix: rollup typo, use commonjs output
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmichalina committed Jan 14, 2019
1 parent bfad8c8 commit 780f7da
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 @@ -36,7 +36,7 @@ export default [
output: [
{
file: pkg.main,
format: 'umd'
format: 'cjs'
},
{
file: pkg.module,
Expand Down

0 comments on commit 780f7da

Please sign in to comment.