Using danfojs-node in a NextJS project which I'm trying to deploy via Vercel.
I'm importing dfd via const dfd = require('danfojs-node');
Unable to deploy build as the node_modules/@tensorflow/tfjs-node exceeds the max serverless function size of 50 MB compressed or 250 MB uncompressed. Everything works fine in dev.
Is there a way to reduce the module size / workaround to this issue?

Thank you.