Dependency on `window`?
I'm using
This makes my library unusable in server-rendered environments.
Why does this happen and how do I get rid of this dependency?
babel-preset-solid and for some reason the generated output has a dependency on window:This makes my library unusable in server-rendered environments.
Why does this happen and how do I get rid of this dependency?
