Skip to content

Commit

Permalink
update config, squelch warnings. closes #1544
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Aug 12, 2017
1 parent 6edcd30 commit 7414cdd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rollup.config.js
Expand Up @@ -39,9 +39,11 @@ export default {
],
external: [
'fs',
'path'
'path',
'events',
'module'
],
banner: banner,
banner,
sourceMap: true,
moduleName: 'rollup',
targets: [
Expand Down

0 comments on commit 7414cdd

Please sign in to comment.