| Name | Version |
| ---- | ------- |
| msw | 0.21.3 |
| node | 14 |
| OS | macos 11 |
in dev mode I have warning in console
I don't wanna see it

@kettanaito I took take a deeper look into this :+1:, also do you have any clues on what could be causing this?
That'd be of much help, @tigerabrodi!
That dependency originates from node-fetch that MSW conditionally requires in NodeJS environment.
- msw
- node-fetch
- encoding
- iconv-loader
What is interesting, is that I don't experience this warning anywhere: local tests, reproduction repositories, example repositories, sandboxes.
@kettanaito I wonder if it has something to do with @olegKusov Operating System or something like that?
It would be great if we could somehow reproduce this.
Seems like they are using MacOS, so the operating system is unlikely to be the root cause. I'm thinking whether we should specify node-fetch as a tree-shackable/side-effect-free dependency of any sort so that webpack knows it doesn't have to transpile it if the end-user doesn't rely on it.
@kettanaito Maybe we should add a label that this needs a reproduction?