From d149e40e991de56e590b99f16897ac16381d4a46 Mon Sep 17 00:00:00 2001 From: CheddarCrisp Date: Tue, 3 Mar 2020 22:13:45 -0500 Subject: [PATCH] Fix build again --- webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.common.js b/webpack.common.js index a1f17a6..2e7fa03 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -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 = {