X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=rollup.config.js;h=14acfddd6fbc2f7e0c26140d7069eb25cff403ba;hb=2a370053f45f2d58e90ab7b292294c521a262ca1;hp=e6b710e8d9a028460adea339091f41add0056993;hpb=e4362ed76fe7b256b3f7a6ada2b92e53be8ab09f;p=e-mobility-charging-stations-simulator.git diff --git a/rollup.config.js b/rollup.config.js index e6b710e8..14acfddd 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -20,7 +20,7 @@ export default { preserveModulesRoot: 'src', ...!isDevelopmentBuild && { plugins: [terser({ numWorkers: 2 })] } }, - 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'], + external: ['basic-ftp', 'chalk', 'crypto', 'mongodb', 'perf_hooks', 'fs', 'path', 'poolifier', 'tar', 'url', 'uuid', 'ws', 'winston-daily-rotate-file', 'winston/lib/winston/transports', 'winston', 'worker_threads'], plugins: [ json(), typescript({