Skip to content

Commit

Permalink
chore: add utils, events, assert to Rollup's external modules list
Browse files Browse the repository at this point in the history
  • Loading branch information
cfnelson committed Feb 26, 2018
1 parent 20ff542 commit aacfc0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rollup.config.js
Expand Up @@ -11,6 +11,9 @@ export default [
external: [
'fs',
'path',
'util',
'events',
'assert',
'graphql',
'graphql/language/visitor',
'graphql/utilities/buildASTSchema',
Expand Down

0 comments on commit aacfc0a

Please sign in to comment.