Closed pmeinhardt closed 3 years ago
@pirelenito: Could you please review that PR, merge if possible and publish a new version?
Thanks for pushing this PR and for waiting for so long to get this finally in a version bump.
I just released v4.0.0
that includes official support for Webpack 5, plus TypeScript type definitions.
After upgrading to webpack 5 I got the following deprecation warning:
This adjusts the plugin code to the new webpack APIs as per the warning.
Summary of changes:
Closes https://github.com/pirelenito/git-revision-webpack-plugin/issues/50
Note: I opened this PR against the
master
branch. It includes 2 commits from thev3
branch that have apparently not been propagated tomaster
. Not sure whether that was intentional/what the desired PR target branch should be. ✌️