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({