We currently don't have the ability to pass an initial config to js-ipfs, and this also overrides the default config. This was necessary because of a bug in js-ipfs 0.41, which is now partially resolved, the empty Swarm: [] config is no longer needed.
ipfsPkg.create({ config: { Addresses: { Swarm: [] }}})
Todo: