Skip to content

Commit

Permalink
Update rollup.config.js
Browse files Browse the repository at this point in the history
Rollup doesn't set targets for browsers. This commit addresses: #915
  • Loading branch information
baublet authored Nov 6, 2019
1 parent c08282e commit bce75b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const babelOptions = {
{
targets: {
esmodules: true,
ie: "11"
},
},
],
Expand Down

0 comments on commit bce75b6

Please sign in to comment.