From 73d2f3f85a4e596d69440a91bbb000fe7d028e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phil=20Pl=C3=BCckthun?= Date: Tue, 21 Apr 2020 19:28:41 +0100 Subject: [PATCH] Update loud-doors-think.md --- .changeset/loud-doors-think.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/loud-doors-think.md b/.changeset/loud-doors-think.md index 641522b957..a2dccc1e08 100644 --- a/.changeset/loud-doors-think.md +++ b/.changeset/loud-doors-think.md @@ -1,5 +1,6 @@ --- '@urql/core': patch +'@urql/exchange-graphcache': patch --- -Make the extension of the main export unknown, this way a resolver will pick one from itself" +Make the extension of the main export unknown, which fixes a Webpack issue where the resolver won't pick `module` fields in `package.json` files once it's importing from another `.mjs` file.