Skip to content

Commit

Permalink
Merge pull request #2 from jaebradley/fix-build
Browse files Browse the repository at this point in the history
fix(build): fix build
  • Loading branch information
jaebradley authored Apr 24, 2018
2 parents 6969b4d + bf5252f commit 92b3ed0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ const config = {
babel({ exclude: 'node_modules/**' }),
minify(),
localResolve(),
resolve({
browser: true,
}),
resolve(),
commonjs(),
json(),
filesize(),
Expand Down

0 comments on commit 92b3ed0

Please sign in to comment.