mswjs / msw

Seamless REST/GraphQL API mocking library for browser and Node.js.
https://mswjs.io
MIT License
15.73k stars 506 forks source link

fix: give `node` export condition higher priority #2134

Closed phryneas closed 5 months ago

phryneas commented 5 months ago

in case of mixed environments that look for both "node" and "browser" export conditions

kettanaito commented 5 months ago

Released: v2.2.14 🎉

This has been released in v2.2.14!

Make sure to always update to the latest version (npm i msw@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.