ardatan/graphql-toolkit

Windows seems not to skip loaders properly

piglovesyou opened this issue · 4 comments

Hi. I'm creating a lib using graphql-toolkit and I found that Windows seems not to skip loaders properly.

Versions:

    "@graphql-toolkit/core": "^0.9.0",
    "@graphql-toolkit/graphql-file-loader": "^0.9.0",
    "@graphql-toolkit/json-file-loader": "^0.9.0",
    "@graphql-toolkit/url-loader": "^0.9.0",

Expected

This code should work.

In Linux, it passes perfectly.

Actual

It fails only in Windows.

Related to #167

Could you try with this canary version?
0.9.1-alpha-39a7101.1+39a7101

@ardatan I tried it and it works! Feel free to close this issue.

You're welcome! 🙂 Let's keep this open until we release a new version.

Available in 0.9.1 :)