From 7056e9d918bb01cd57f694bda71e57b9c5c5f3cd Mon Sep 17 00:00:00 2001 From: laibo Date: Fri, 11 Mar 2022 18:03:12 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=AF=B9worker=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: laibo --- ace-loader/src/resource-plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ace-loader/src/resource-plugin.js b/ace-loader/src/resource-plugin.js index e6d2db4..7b3ad1e 100644 --- a/ace-loader/src/resource-plugin.js +++ b/ace-loader/src/resource-plugin.js @@ -329,7 +329,7 @@ function validateWorkOption() { } return false; } - + function filterWorker(workerPath) { return /\.(ts|js)$/.test(workerPath) && !/^\.\./.test(workerPath); }