mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Better banner
This commit is contained in:
parent
816618969a
commit
9634501ec6
@ -1,9 +1,10 @@
|
||||
import * as os from 'os';
|
||||
import * as webpack from 'webpack';
|
||||
|
||||
export default version => new webpack.BannerPlugin({
|
||||
banner:
|
||||
`Misskey v${version} | MIT Licensed, (c) syuilo 2014-2017\n` +
|
||||
'https://github.com/syuilo/misskey\n' +
|
||||
`built at ${new Date()}\n` +
|
||||
`built by ${os.hostname()} at ${new Date()}\n` +
|
||||
'hash:[hash], chunkhash:[chunkhash]'
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user