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