I have a TypeScript/React
web app that uses ParcelJS
and I would like to have either a step in the build or a simple way of using a resource file that holds git information.
Not sure if there is something that can generate the git
information during the build, I'm using npm
to launch parcel.
If parcel can load a resource file and make it accessible that could also work by having properties.
My end goal would be to display version and git commit point in the webapp.