It appears that this package does not support tree-shaking, as all of the middleware appears in the output webpack bundle even if only a subset are used:
import { batchMiddleware, errorMiddleware, RelayNetworkLayer, urlMiddleware } from "react-relay-network-modern/lib";
...
