-
|
👋 folks! Just curious if anyone has propagated custom data via manifest or anyhow else. In particular, I would like to include commit hash and timestamp into dev builds and show them in the popup. It is technically possible to include some data into version_name, but there are two issues:
|
Beta Was this translation helpful? Give feedback.
Answered by
aklinker1
Feb 9, 2026
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PatrykKuniczak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Define constants with vite:
https://vite.dev/config/shared-options#define
https://wxt.dev/guide/essentials/config/vite.html
https://stackoverflow.com/questions/70436753/how-to-add-commit-hash-into-reactjs-vite-config-js