graphql-community / koa-graphql

Create a GraphQL HTTP server with Koa.
MIT License
843 stars 61 forks source link

avoid module.exports breaking change #56

Closed chentsulin closed 8 years ago

chentsulin commented 8 years ago

We should avoid breaking change introduced by babel6. This add

module.exports = exports['default'];

to the compiled files.