From e88ece588d33403e7de2437bddbefa32b85f783b Mon Sep 17 00:00:00 2001 From: Andrew Twydell Date: Fri, 24 Jan 2025 13:16:37 +0000 Subject: [PATCH] undo tsup change Signed-off-by: Andrew Twydell --- packages/vsce/tsup.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vsce/tsup.config.json b/packages/vsce/tsup.config.json index e9628be0..4d2e5f48 100644 --- a/packages/vsce/tsup.config.json +++ b/packages/vsce/tsup.config.json @@ -10,6 +10,6 @@ "external": [ "vscode" ], - "minify": false, + "minify": "terser", "noExternal": [] }