graphql / graphql-http

Simple, pluggable, zero-dependency, GraphQL over HTTP spec compliant server, client and audit suite.

Home Page:https://graphql-http.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v1.5.0 and 1.6.0 not working in module environment

Amareis opened this issue · comments

Screenshot
image

Expected Behaviour
I expected it to works :)

Actual Behaviour
but instead it did this.

Debug Information
Just install latest version and used it with vite.

Further Information
Obviously, something is wrong with bunling - in lib folder there is no audits.mjs, so it should be audits/index.mjs in reexport

Oh right, I fixed it with cae269a but haven't released it. 😅

Oh right, I fixed it with cae269a but haven't released it. sweat_smile

It seems to still be wrong, since it should handles mjs files and not a js

@Amareis I've just released a new version, can you please try with v1.6.1?

Ah, ok, 1.6.1 is working. So, 10 minutes from bug-report to fix, that a speed!