Skip to content

Commit

Permalink
chrole(build): Update rollup config to use mainFields
Browse files Browse the repository at this point in the history
  • Loading branch information
armandabric committed Sep 18, 2019
1 parent 29d32a1 commit c991ca5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ export default {
],
}),
resolve({
module: true,
jsnext: true,
main: true,
browser: true,
mainFields: ['module', 'main', 'jsnext', 'browser'],
}),
commonjs({
sourceMap: true,
Expand Down

0 comments on commit c991ca5

Please sign in to comment.