diff --git a/vue.config.js b/vue.config.js index cfdf534..c12481c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,7 +4,7 @@ let Webpack = require("webpack"); // eslint-disable-next-line security/detect-child-process let childProcess = require("child_process"); -let GIT_REVISION = childProcess.execSync("git describe").toString(); +let GIT_REVISION = childProcess.execSync("git describe --long").toString(); module.exports = { productionSourceMap: false,