We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refs #167
We need a way to define custom banner for bundle. Default value will be: // This file was automatically generated from ...
// This file was automatically generated from ...
It also possible to use lmd licence as banner.
var read = require('fs').readFileSync; var banner = '/*!\n * ' + read(require.resolve('lmd/LICENCE')).replace(/\n/g, '\n * ') + '\n */'; module.exports = { banner: banner, modules: { ... } };
It also possible to use some variables __dirname and __filename in banner template.
__dirname
__filename
"banner"
The text was updated successfully, but these errors were encountered:
#168 banner property
banner
da3b871
Thanks!
Sorry, something went wrong.
No branches or pull requests
refs #167
We need a way to define custom banner for bundle. Default value will be:
// This file was automatically generated from ...
It also possible to use lmd licence as banner.
It also possible to use some variables
__dirname
and__filename
in banner template.// This file was automatically generated from ...
__dirname
,__filename
"banner"
value from parent configThe text was updated successfully, but these errors were encountered: