diff --git a/index.js b/index.js index c4b4322..d82b22c 100644 --- a/index.js +++ b/index.js @@ -38,6 +38,7 @@ function unique(defs) { } const graphqlPlugin = { + name: 'graphql-plugin', transforms: [{ test({path}) { return path.endsWith('.gql') || path.endsWith('.graphql');