From: Jérôme Benoit Date: Tue, 14 Feb 2023 00:19:50 +0000 (+0100) Subject: build(simulator): add missing rollup external X-Git-Tag: v1.1.95~61 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8a168938cb32c2e041746257796792d38917448d;p=e-mobility-charging-stations-simulator.git build(simulator): add missing rollup external Signed-off-by: Jérôme Benoit --- diff --git a/rollup.config.mjs b/rollup.config.mjs index 87825d87..394de0e2 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -50,6 +50,7 @@ export default { 'node:http', 'node:path', 'node:perf_hooks', + 'node:stream', 'node:url', 'node:util', 'node:worker_threads',