forked from trent_larson/crowd-funder-for-time-pwa
compute commit hash with git-describe
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
const { defineConfig } = require("@vue/cli-service");
|
||||
const { gitDescribeSync } = require("git-describe");
|
||||
|
||||
process.env.VUE_APP_GIT_HASH = gitDescribeSync().hash;
|
||||
|
||||
module.exports = defineConfig({
|
||||
transpileDependencies: true,
|
||||
configureWebpack: {
|
||||
|
||||
Reference in New Issue
Block a user