Adds Banner to Bundle
This commit is contained in:
@@ -12,4 +12,7 @@ build({
|
|||||||
logLevel: 'info',
|
logLevel: 'info',
|
||||||
minify: false,
|
minify: false,
|
||||||
keepNames: true, // optional: keeps function/class names
|
keepNames: true, // optional: keeps function/class names
|
||||||
|
banner: {
|
||||||
|
js: `// Vitor Hideyoshi <vitor.h.n.batista@gmail.com> - ${new Date().toISOString()}\n`
|
||||||
|
},
|
||||||
}).catch(() => process.exit(1));
|
}).catch(() => process.exit(1));
|
||||||
|
|||||||
Reference in New Issue
Block a user