From 624625a065c0e289a6f77f4f9caaadd5af7a2c77 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 16 Aug 2023 18:09:40 +0200 Subject: [PATCH] fix npm build --- webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.common.js b/webpack.common.js index fba0707e..adf00e27 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -120,7 +120,7 @@ module.exports = { }), new webpack.DefinePlugin({ GIT_SHA: JSON.stringify(gitSHA), - SOURCE_VERSION: package.version, + SOURCE_VERSION: JSON.stringify(package.version), }), ],