Fix build again

This commit is contained in:
CheddarCrisp 2020-03-03 22:13:45 -05:00
parent 1514177451
commit d149e40e99

View file

@ -6,7 +6,7 @@ const ServiceWorkerWebpackPlugin = require('serviceworker-webpack-plugin');
const LicensePlugin = require('webpack-license-plugin');
const now = new Date();
const year = now.getFullYear();
const year = now.getFullYear().toString();
const releaseDate = now.getFullYear() + "-" + (now.getMonth() + 1).toString().padStart(2, '0') + "-" + now.getDate().toString().padStart(2, '0');
module.exports = {