X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=rollup.config.mjs;h=017ca1b9bee2ea0a1ee01ec6939248a7a23f0a3a;hb=a454d5734637350c42e101c8027215b7dc0f240d;hp=44e837d396ab273331cbdb02af9d184123bfd1dd;hpb=186b35b6204e3f99db481c25f2d9521b41b27c8b;p=poolifier.git diff --git a/rollup.config.mjs b/rollup.config.mjs index 44e837d3..017ca1b9 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -34,7 +34,14 @@ export default { ...(!isDevelopmentBuild && { plugins: [terser({ maxWorkers: 2 })] }) } ], - external: ['async_hooks', 'cluster', 'events', 'os', 'worker_threads'], + external: [ + 'node:async_hooks', + 'node:cluster', + 'node:crypto', + 'node:events', + 'node:os', + 'node:worker_threads' + ], plugins: [ typescript({ tsconfig: isDevelopmentBuild