Browse Source

REPORT-90267 FR产品海外版本去中文去掉代码里的中文,应对台湾市场

master
zsmj 1 year ago
parent
commit
38d26101a0
  1. 2
      webpack/webpack.prod.js

2
webpack/webpack.prod.js

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

Loading…
Cancel
Save