TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/ading2210/sandstone/llms.txt
Use this file to discover all available pages before exploring further.
version export gives you the precise version string and git commit hash that were compiled into the Sandstone bundle when it was built. You can use these values to display build information to users, report them in bug reports, or guard against incompatible builds at runtime.
Import
Shape
DefinePlugin. They are plain strings in the compiled output.
Fields
The Sandstone release version. This is taken from the
version field in package.json. If the current commit does not have a matching git tag, the string -dev is appended — for example "0.2.0-dev" on an unreleased commit and "0.2.0" on a tagged release.The short git commit hash produced by
git rev-parse --short HEAD at build time — for example "a1b2c3d". Use this to pin a bug report to an exact commit when the version string alone is ambiguous.