ncounter.git

git clone https://git.crispbyte.dev/ncounter.git

commit
d149e40
parent
1514177
author
CheddarCrisp
date
2020-03-04 04:13:45 +0100 CET
Fix build again
1 files changed,  +1, -1
M webpack.common.js
+1, -1
1@@ -6,7 +6,7 @@ const ServiceWorkerWebpackPlugin = require('serviceworker-webpack-plugin');
2 const LicensePlugin = require('webpack-license-plugin');
3 
4 const now = new Date();
5-const year = now.getFullYear();
6+const year = now.getFullYear().toString();
7 const releaseDate = now.getFullYear() + "-" + (now.getMonth() + 1).toString().padStart(2, '0') + "-" + now.getDate().toString().padStart(2, '0');
8 
9 module.exports = {