Skip to content

Commit b100526

Browse files
committed
Use REACT_APP_BUILD_ID instead
1 parent facec88 commit b100526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/config/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const getCacheIdentifier = require('react-dev-utils/getCacheIdentifier');
3838
// @remove-on-eject-end
3939
const postcssNormalize = require('postcss-normalize');
4040

41-
const BUILD_ID = process.env.BUILD_ID || '';
41+
const BUILD_ID = process.env.REACT_APP_BUILD_ID || '';
4242

4343
const appPackageJson = require(paths.appPackageJson);
4444

0 commit comments

Comments
 (0)