Hello,
Here is a repro :
importgraphql,{parse,buildASTSchema,buildClientSchema}from'graphql'console.log(graphql,parse,buildASTSchema,buildClientSchema)// ouput : /static/media/index.497f5ee2.mjs undefined undefined undefinedExcluding the .mjs extension from the file-loader fix the issue.
Hello,
Here is a repro :
Excluding the
.mjsextension from thefile-loaderfix the issue.