From ab34592fea030548808b1c8b5944e9cb17774dcf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 30 Oct 2023 21:13:26 +0100 Subject: [PATCH] build: refine esbuild external list MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- bundle.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle.js b/bundle.js index 708a4de9..a3b0ad68 100644 --- a/bundle.js +++ b/bundle.js @@ -24,12 +24,13 @@ const sourcemap = !!isDevelopmentBuild; 'http-status-codes', 'just-merge', 'logform', - 'mnemonist', + 'mnemonist/*', 'mongodb', 'node:*', 'poolifier', 'tar', 'winston', + 'winston/*', 'winston-daily-rotate-file', 'ws', ], -- 2.34.1