Hello there,
Here is my webpack bundle size report, and as you can see, the Soundcloud SDK is pretty big (406ko!):

I tried partial imports, but it doesn't change anything:
import { initialize, get, stream, resolve } from "soundcloud";
Any ideas to reduce it?
Thanks!