Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. module.exports = {
  2.     // ...
  3.     plugins: [
  4.         //...
  5.         //...
  6.         new webpack.DefinePlugin({
  7.             COMMITHASH: JSON.stringify((new GitRevisionPlugin()).commithash()),
  8.         })
  9.     ]
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement