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
It is also possible to use [path substituitions](https://webpack.js.org/configuration/output/#output-filename) on build to get the revision, version or branch as part of output paths.
51
+
It is also possible to use [path substitutions](https://webpack.js.org/configuration/output/#output-filename) on build to get the revision, version or branch as part of output paths.
52
52
53
53
-`[git-revision-version]`
54
54
-`[git-revision-hash]`
@@ -91,7 +91,7 @@ The plugin requires no configuration by default, but it is possible to configure
91
91
92
92
### `lightweightTags: false`
93
93
94
-
If you need [lightweight tags](https://git-scm.com/book/en/v2/Git-Basics-Tagging#Lightweight-Tags) support, you may turn on `lightweightTags` option in this way:
94
+
If you need [lightweight tags](https://git-scm.com/book/en/v2/Git-Basics-Tagging#_lightweight_tags) support, you may turn on `lightweightTags` option in this way:
95
95
96
96
```javascript
97
97
var GitRevisionPlugin =require('git-revision-webpack-plugin')
@@ -171,7 +171,7 @@ module.exports = {
171
171
172
172
## Outdated webpack
173
173
174
-
If your project is **not using Wepack version 4 or greater**, you will need to install an older version of this package:
174
+
If your project is **not using webpack version 4 or greater**, you will need to install an older version of this package:
0 commit comments