I made the big mistake to think that if THREE is defined in the index.html it would be defined in every module.
I had to explicitly import three.module.js in the _base.js, which my client.js ()in this case vanta.net.js) extends.
Thanks to @Mugen87 for that!