From f851c5603ce935bd2b1e3ace67ac1a274d1ab90a Mon Sep 17 00:00:00 2001 From: Phil Pluckthun Date: Wed, 18 Mar 2020 23:55:53 +0000 Subject: [PATCH] Update changeset to start with "Fix" --- .changeset/rich-camels-hunt.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/rich-camels-hunt.md b/.changeset/rich-camels-hunt.md index ca8633e6f5..d332dc1f19 100644 --- a/.changeset/rich-camels-hunt.md +++ b/.changeset/rich-camels-hunt.md @@ -12,4 +12,5 @@ '@urql/svelte': patch --- -This fixes node-resolution when using Webpack, this bugged out when resolving nested modules since it would start to use pkg.json[main] instead of module. +Fix node resolution when using Webpack, which experiences a bug where it only resolves +`package.json:main` instead of `module` when an `.mjs` file imports a package.