rollup / awesome

⚡️ Delightful Rollup Plugins, Packages, and Resources
MIT License
2.55k stars 139 forks source link

Added version-injector to the list #32

Closed djhouseknecht closed 5 years ago

djhouseknecht commented 5 years ago

Awesome Contribution Checklist:

Please Describe Your Addition

This plugin will inject the application's version number and/or the build date into built js, html, and css files. This is extremely helpful for debugging especially if multiple versions of static files are uploaded to a web server/cdn. It also helps with logging as the current version and/or build date can be dynamically sent to log services.

Github repo

shellscape commented 5 years ago

Thanks for the PR 🍺 Looks great!