Releases: pirelenito/git-revision-webpack-plugin
Releases · pirelenito/git-revision-webpack-plugin
v5.0.0
Breaking change
Fix issue "Unable to load 4.0 using require" #66 #67 by changing how we export the library to rely in named exports.
The change to consumers will be that instead of requiring via:
const GitRevisionPlugin = require('git-revision-webpack-plugin')
It should be via:
const { GitRevisionPlugin } = require('git-revision-webpack-plugin')
v4.0.1
v4.0.0
- Add official support for Webpack 5 🎉
- Migrate to TypeScript and include type definitions in the published package 🥰
v3.0.6
v3.0.5
v3.0.3
- Documentation improvements (#33, #32) by @karlhorky
v3.0.2
- Fix
engine
definition to support node >=6.11.5