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 facec88 commit b100526Copy full SHA for b100526
packages/react-scripts/config/webpack.config.js
@@ -38,7 +38,7 @@ const getCacheIdentifier = require('react-dev-utils/getCacheIdentifier');
38
// @remove-on-eject-end
39
const postcssNormalize = require('postcss-normalize');
40
41
-const BUILD_ID = process.env.BUILD_ID || '';
+const BUILD_ID = process.env.REACT_APP_BUILD_ID || '';
42
43
const appPackageJson = require(paths.appPackageJson);
44
0 commit comments