We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c91c85 commit bc4c9bcCopy full SHA for bc4c9bc
vue.config.js
@@ -4,7 +4,7 @@ let Webpack = require("webpack");
4
5
// eslint-disable-next-line security/detect-child-process
6
let childProcess = require("child_process");
7
-let GIT_REVISION = childProcess.execSync("git describe").toString();
+let GIT_REVISION = childProcess.execSync("git describe --long").toString();
8
9
module.exports = {
10
productionSourceMap: false,
0 commit comments