Browse Source

Pull request #2977: 无JIRA任务 更新下banner

Merge in VISUAL/fineui from ~TELLER/fineui:master to master

* commit 'd192b160cc2c8bf5a9dcabb9a932eaf80adc75e9':
  chore: 更新下banner
es6
Teller 2 years ago
parent
commit
25af965088
  1. 2
      webpack/webpack.prod.js

2
webpack/webpack.prod.js

@ -73,7 +73,7 @@ module.exports = merge.smart(common, {
}),
new webpack.BannerPlugin({
banner: `time: ${new Date().toLocaleString()}; branch: ${git(
'rev-parse --abbrev-ref HEAD'
'name-rev --name-only HEAD'
)} commit: ${git(
'rev-parse HEAD'
)}`

Loading…
Cancel
Save