Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbuks committed Sep 28, 2023
1 parent 2c13a3d commit b36dad4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const {
const webpack = require('webpack');

const VERSION = childProcess.execSync('git rev-parse --short HEAD').toString();
const GIT_RELEASE = JSON.stringify(childProcess.execSync('git describe --tags --abbrev=0').toString());
const isProduction = process.env.NODE_ENV === 'production';
const isTest = process.env.NODE_ENV === 'test';
const isRelease = process.env.CIRCLE_BRANCH && process.env.CIRCLE_BRANCH.startsWith('release-');
Expand Down

0 comments on commit b36dad4

Please sign in to comment.