You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,14 +39,14 @@ And a `COMMITHASH` such as:
39
39
7c16d8b1abeced419c14eb9908baeb4229ac0542
40
40
```
41
41
42
-
If you need lightweight tags support, you may turn on `lighweithTags` option in this way:
42
+
If you need [lightweight tags](https://git-scm.com/book/en/v2/Git-Basics-Tagging#Lightweight-Tags) support, you may turn on `lighweithTags` option in this way:
43
43
44
44
```javascript
45
45
var GitRevisionPlugin =require('git-revision-webpack-plugin')
0 commit comments