Skip to content

Commit 6a03eac

Browse files
authored
Update webpack.config.js
1 parent ff32062 commit 6a03eac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = (env, argv) => {
1313
const isProduction = argv.mode === 'production';
1414

1515
const commitHash = execSync('git rev-parse --short HEAD').toString();
16-
const date = moment.utc().format('YYYY-MM-DD kk:mm:ss');
16+
const date = moment.utc().format('YYYY-MM-DD HH:mm:ss');
1717

1818
const faviconsWebpackPluginSettings = {
1919
logo: path.resolve('src/images/icon.png'),

0 commit comments

Comments
 (0)