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
+39-39Lines changed: 39 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,45 @@ And (optionally [when branch is enabled](#branch-false)) a `BRANCH` such as:
46
46
master
47
47
```
48
48
49
+
## Path Substitutions
50
+
51
+
It is also possible to use [path substituitions](http://webpack.github.io/docs/configuration.html#output-filename) on build to get the revision, version or branch as part of output paths.
52
+
53
+
-`[git-revision-version]`
54
+
-`[git-revision-hash]`
55
+
-`[git-revision-branch]` (only [when branch is enabled](#branch-false))
The plugin requires no configuration by default, but it is possible to configure it to support custom git workflows.
@@ -129,42 +168,3 @@ module.exports = {
129
168
]
130
169
}
131
170
```
132
-
133
-
## Path Substitutions
134
-
135
-
It is also possible to use two [path substituitions](http://webpack.github.io/docs/configuration.html#output-filename) on build to get either the revision or version as part of output paths.
136
-
137
-
-`[git-revision-version]`
138
-
-`[git-revision-hash]`
139
-
-`[git-revision-branch]` (only [when branch is enabled](#branch-false))
0 commit comments