X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=rollup.config.mjs;h=6b113491dc7bc668d70e8eba682e9d32a50a544d;hb=d98f014c7958d0400f717f2704fb74bb1f7852e3;hp=95215c2cc35274f1abefaac9a50337f657e18db5;hpb=43ee4373fc8c85473b7d5c192da79f6d53d6c8ee;p=e-mobility-charging-stations-simulator.git diff --git a/rollup.config.mjs b/rollup.config.mjs index 95215c2c..6b113491 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -39,8 +39,6 @@ export default { 'async_hooks', 'basic-ftp', 'chalk', - 'node:crypto', - 'fs', 'http', 'http-status-codes', 'just-clone', @@ -48,12 +46,15 @@ export default { 'mnemonist/lru-map-with-delete', 'moment', 'mongodb', - 'path', + 'node:crypto', + 'node:fs', + 'node:path', + 'node:url', + 'node:util', 'perf_hooks', 'poolifier', 'proper-lockfile', 'tar', - 'url', 'winston', 'winston-daily-rotate-file', 'winston/lib/winston/transports',