diff --git a/packages/graphql/README.md b/packages/graphql/README.md index d61725df6..5f9711304 100644 --- a/packages/graphql/README.md +++ b/packages/graphql/README.md @@ -34,9 +34,9 @@ export default { input: 'src/index.js', output: { dir: 'output', - format: 'cjs', + format: 'cjs' }, - plugins: [graphql()], + plugins: [graphql()] }; ```