X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=rollup.config.js;h=58de2f5dfc301c0417fc7feb8c7497737ba5d383;hb=8eac9a09368f841fc44e980f31674146833e449b;hp=46683b3b1f9900d71aaf90b136efe296947936eb;hpb=4082efc1bec069b34506a467524b5d4bb9013202;p=e-mobility-charging-stations-simulator.git diff --git a/rollup.config.js b/rollup.config.js index 46683b3b..58de2f5d 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -20,7 +20,7 @@ export default { preserveModulesRoot: 'src', ...!isDevelopmentBuild && { plugins: [terser({ numWorkers: 2 })] } }, - external: ['crypto', 'perf_hooks', 'fs', 'path', 'poolifier', 'uuid', 'ws', 'winston-daily-rotate-file', 'winston/lib/winston/transports', 'winston', 'worker_threads'], + external: ['basic-ftp', 'chalk', 'crypto', 'perf_hooks', 'fs', 'path', 'poolifier', 'tar', 'url', 'uuid', 'ws', 'winston-daily-rotate-file', 'winston/lib/winston/transports', 'winston', 'worker_threads'], plugins: [ json(), typescript({