From bbe2c3552896d04550e46f0e5d4d293f7acc0fde Mon Sep 17 00:00:00 2001 From: Argo Date: Mon, 18 Apr 2022 09:13:16 +0000 Subject: [PATCH] =?UTF-8?q?!2679=20chore(#I53B9G):=20update=20build=20scri?= =?UTF-8?q?pt=20for=20QRCode=20*=20chore:=20=E6=9B=B4=E6=96=B0=E6=89=93?= =?UTF-8?q?=E5=8C=85=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor/bundleconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BootstrapBlazor/bundleconfig.json b/src/BootstrapBlazor/bundleconfig.json index fc811801f..9feb2c09c 100644 --- a/src/BootstrapBlazor/bundleconfig.json +++ b/src/BootstrapBlazor/bundleconfig.json @@ -49,7 +49,7 @@ { "outputFileName": "wwwroot/modules/qrcode.esm.min.js", "inputFiles": [ - "Components/qrcode/QRCode.esm.js" + "Components/QRCode/QRCode.esm.js" ], "minify": { "enabled": true,