Skip to content

Commit d662f5d

Browse files
committed
update webpack
1 parent 6b1f10a commit d662f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = {
3434
},
3535
plugins: [
3636
new webpack.DefinePlugin({
37-
LOCAL_COMMIT_HASH: JSON.stringify(commitHash),
37+
process.env.LOCAL_COMMIT_HASH: JSON.stringify(commitHash)
3838
}),
3939
],
4040
};

0 commit comments

Comments
 (0)