1diff --git a/vue.config.js b/vue.config.js
2index 02c0699..0c4a014 100644
3--- a/vue.config.js
4+++ b/vue.config.js
5@@ -4,10 +4,7 @@ const CopyWebpackPlugin = require('copy-webpack-plugin');
6 const { argv } = require('yargs');
7
8 // get git info from command line
9-const _COMMIT_HASH = require('child_process')
10- .execSync('git rev-parse --short HEAD')
11- .toString()
12- .trim();
13+const _COMMIT_HASH = "@commit_hash@";
14 console.info('Commit hash:', _COMMIT_HASH);
15
16 module.exports = {