Lightweight meteor build

Hey everyone,

I’m trying to implement meteor into Ionic app, how ever I don’t want to include the whole build with a bunch of unrequired stuff and I wish to reduce the size of it.
Is there a way to bundle up core only just to have basic functionality? (collections, methods)

I’ve tried asteroid, but having trouble with data layout and observables.

Any help appreciated.
Thank you.