We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff32062 commit 6a03eacCopy full SHA for 6a03eac
1 file changed
webpack.config.js
@@ -13,7 +13,7 @@ module.exports = (env, argv) => {
13
const isProduction = argv.mode === 'production';
14
15
const commitHash = execSync('git rev-parse --short HEAD').toString();
16
- const date = moment.utc().format('YYYY-MM-DD kk:mm:ss');
+ const date = moment.utc().format('YYYY-MM-DD HH:mm:ss');
17
18
const faviconsWebpackPluginSettings = {
19
logo: path.resolve('src/images/icon.png'),
0 commit comments