From 92ed1c2d4aeaa929c6f0a61467c8f3ee5e0f9c23 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Wed, 6 Nov 2024 14:53:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9E=84=E5=BB=BA=E8=BF=87=E7=A8=8B?= =?UTF-8?q?=E5=8E=BB=E9=99=A4terser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/build.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/script/build.ts b/script/build.ts index 46b46c2..55e39a6 100644 --- a/script/build.ts +++ b/script/build.ts @@ -136,7 +136,6 @@ const compress = type === 'dist'; babelHelpers: 'bundled', sourceType: 'module' }), - terser(), resolve(), commonjs(), json()