X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=rollup.config.mjs;h=231b7485adaa49fa621505f85b16bd197c44c91a;hb=d4eb5fbfd1ee235c166f3ae01a4b227b83cfa668;hp=eda73627360a8e99c73e3e1f09819482c2bc6809;hpb=5a010bf00a68ca47e0cb610f70ad3e0c16c5fe5e;p=e-mobility-charging-stations-simulator.git diff --git a/rollup.config.mjs b/rollup.config.mjs index eda73627..231b7485 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -2,7 +2,6 @@ import json from '@rollup/plugin-json'; import analyze from 'rollup-plugin-analyzer'; import copy from 'rollup-plugin-copy'; import del from 'rollup-plugin-delete'; -import istanbul from 'rollup-plugin-istanbul'; import { terser } from 'rollup-plugin-terser'; import ts from 'rollup-plugin-ts'; @@ -38,11 +37,15 @@ export default { 'ajv', 'ajv-draft-04', 'ajv-formats', + 'async_hooks', 'basic-ftp', 'chalk', 'crypto', - 'express', 'fs', + 'http', + 'http-status-codes', + 'just-clone', + 'just-merge', 'mnemonist/lru-map-with-delete', 'moment', 'mongodb', @@ -66,7 +69,6 @@ export default { tsconfig: 'tsconfig.json', browserslist: false, }), - isDevelopmentBuild && istanbul(), del({ targets: [ 'dist/*',