Skip to content

Commit

Permalink
Update changeset to start with "Fix"
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Mar 18, 2020
1 parent cd5bfaa commit f851c56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .changeset/rich-camels-hunt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit f851c56

Please sign in to comment.