We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456274c commit 943e767Copy full SHA for 943e767
webpack/_config-builder.js
@@ -54,7 +54,7 @@ function buildConfig(
54
var plugins = [
55
new webpack.DefinePlugin({
56
buildInfo: JSON.stringify({
57
- PACKAGE_VERSION: pkg.version,
+ PACKAGE_VERSION: process.env.REACT_APP_VERSION ?? pkg.version,
58
GIT_COMMIT: gitInfo.hash,
59
GIT_DIRTY: gitInfo.dirty,
60
BUILD_TIME: new Date().toUTCString(),
0 commit comments