Puppeteer taking up too much space. Can’t push app to Heroku

I have a very small node app I am trying to push to Heroku, but puppeteer is taking up so much space that I am exceeding the 500MB slug size limit (532MB when compiled). What can I do to bring the slug size down? Everything else in node_modules is under 2MB.