Skip to content

Commit

Permalink
AKT(Frontend): Ensure branch name is enabled for gitRevision [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
pejamz committed Jun 7, 2022
1 parent 4708a12 commit bf6ce63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/packages/akt/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ module.exports = (env) => {
const STATIC_PATH = 'akt/static';
const mode = env.prod ? 'production' : 'development';

const gitRevisionPlugin = new GitRevisionPlugin();
const gitRevisionPlugin = new GitRevisionPlugin({
branch: true,
});

return {
mode,
Expand Down

0 comments on commit bf6ce63

Please sign in to comment.