umi-plugin-git A umi plugin to log the git info into index.html during every build Install # or yarn $ npm install $ npm run build --watch $ npm run start Usage Configure in .umirc.js, export default { plugins: [ ['umi-plugin-git'], ], } Options TODO LICENSE MIT