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 6b1f10a commit d662f5dCopy full SHA for d662f5d
webpack.config.js
@@ -34,7 +34,7 @@ module.exports = {
34
},
35
plugins: [
36
new webpack.DefinePlugin({
37
- LOCAL_COMMIT_HASH: JSON.stringify(commitHash),
+ process.env.LOCAL_COMMIT_HASH: JSON.stringify(commitHash)
38
}),
39
],
40
};
0 commit comments