pirelenito / git-revision-webpack-plugin

🏗 Webpack plugin that generates VERSION and COMMITHASH files during build
https://www.npmjs.com/package/git-revision-webpack-plugin
MIT License
358 stars 48 forks source link

Support for webpack 4 #23

Closed akshitac8 closed 6 years ago

akshitac8 commented 6 years ago

This PR is in reference to issue #21

jamesmoss commented 6 years ago

More work is required than just bumping the version number, there's a warning right now when using this plugin:

DeprecationWarning: Tapable.plugin is deprecated. Use new API on.hooksinstead

pirelenito commented 6 years ago

Thanks for the PR @akshitac8

I've continued your work and completed the transition to support Webpack 4 at #27