-
I would like to access the current
in an |
Beta Was this translation helpful? Give feedback.
Answered by
slorber
Jul 20, 2021
Replies: 1 comment 5 replies
-
You should be able to do that, considering the import path is correct. ---
sidebar_position: 0
---
import packageJson from "../package.json";
<span>{packageJson.version}</span> |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
slorber
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to do that, considering the import path is correct.
If this does not work you probably have an error message to share.