Skip to content

Commit

Permalink
chore(rollup): resolve modules only to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeekens committed Nov 23, 2017
1 parent 4e34b39 commit 8a0141e
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 @@ -33,6 +33,7 @@ const config = {
jsnext: true,
main: true,
preferBuiltins: true,
modulesOnly: true,
}),
commonjs({
ignoreGlobal: true,
Expand Down

0 comments on commit 8a0141e

Please sign in to comment.