Closed
Description
I was thinking about adding support to Webpack's Bannerplugin?
Something along the lines of:
var pkg = require('./package.json');
/**
** <%= pkg.name %> - <%= pkg.description %>
** @author <%= pkg.author %>
** @version v<%= pkg.version %>
**/
Perhaps we could also add support for licenses:
fs.readFileSync('./LICENSE', 'utf8')
I can make a pull request if you're interested.
Metadata
Metadata
Assignees
Labels
No labels