From 9ed9d0e090c5afb5f41e3c63a700329bad3dc4b9 Mon Sep 17 00:00:00 2001 From: ChenX Date: Wed, 29 Mar 2023 15:59:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91:=E6=89=93=E5=8C=85=E4=BC=98?= =?UTF-8?q?=E5=8C=96,=E5=87=8F=E8=BD=BB=E6=96=87=E4=BB=B6=E5=B0=BA?= =?UTF-8?q?=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/webpack.common.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/config/webpack.common.ts b/config/webpack.common.ts index 8d5eb9c85..23f736992 100644 --- a/config/webpack.common.ts +++ b/config/webpack.common.ts @@ -111,6 +111,7 @@ const config: webpack.Configuration = { ] }, externals: { + "./wasm/clipper": "{}"//不要asm,清理掉,减轻打包体积 }, plugins: [ new HtmlWebPackPlugin({