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]`
@@ -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