Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit e039395

Browse files
committed
docs(cookbook/graphql): update rollup config
1 parent d6bc1d1 commit e039395

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/docs/_examples/heroes-graphql/ts/rollup-config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ export default {
3232
],
3333
namedExports: {
3434
'node_modules/graphql-tools/dist/index.js': ['makeExecutableSchema' ],
35-
'node_modules/graphql/index.js': ['execute' ]
35+
'node_modules/graphql/index.js': ['execute' ],
36+
'node_modules/graphql-tag/printer.js': ['print']
3637
}
3738
}),
3839
globals(),

0 commit comments

Comments
 (0)