From: Jérôme Benoit Date: Mon, 30 Oct 2023 20:13:26 +0000 (+0100) Subject: build: refine esbuild external list X-Git-Tag: v1.2.24~62 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ab34592fea030548808b1c8b5944e9cb17774dcf;p=e-mobility-charging-stations-simulator.git build: refine esbuild external list Signed-off-by: Jérôme Benoit --- 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', ],