React-Snap and Heroku

At the moment I am trying something called “react-snap” to pre-render REACT on html pages. Anybody familiar with react-snap?

Anyway, I am trying to push the files to Heroku and getting errors.

I think the problem comes from a script in the json file required from react-snap

"scripts": {
  "postbuild": "react-snap"
}

I think (not sure) that Heroku isn’t liking that script.

Anybody has any experience with react-snap and how to upload the files to heroku? Any comments advise are always useful.

Thanks…

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.