Replies: 1 comment 2 replies
-
const { version } = require('../package.json') |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! is it possible in some way to read the package.json version and set it as an env variable during the compile time? I'd like to avoid to import the package.json in the codebase to get the version number. I'd like to diaplay it in the info screen.
Any suggestions? thanks a lot :-)
Beta Was this translation helpful? Give feedback.
All reactions