build(simulator): add missing rollup external
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 14 Feb 2023 00:19:50 +0000 (01:19 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 14 Feb 2023 00:19:50 +0000 (01:19 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
rollup.config.mjs

index 87825d8795e3b989c983e425449760f823e18616..394de0e274f7cca046131921aae821adadc4c10b 100644 (file)
@@ -50,6 +50,7 @@ export default {
     'node:http',
     'node:path',
     'node:perf_hooks',
+    'node:stream',
     'node:url',
     'node:util',
     'node:worker_threads',