X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=rollup.config.mjs;h=4378f014f00ebb94d623561146680f29f0034762;hb=3df786f9814812ee9a586da3d8f69d11d25d3033;hp=2dc4f5c7de531aabb599f99bcb800ec778babd82;hpb=1f7fa4de53a1b28324f362402f61b81b28d75c2c;p=e-mobility-charging-stations-simulator.git diff --git a/rollup.config.mjs b/rollup.config.mjs index 2dc4f5c7..4378f014 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,13 @@ export default { 'ajv', 'ajv-draft-04', 'ajv-formats', + 'async_hooks', 'basic-ftp', 'chalk', 'crypto', 'fs', 'http', + 'http-status-codes', 'mnemonist/lru-map-with-delete', 'moment', 'mongodb', @@ -66,7 +67,6 @@ export default { tsconfig: 'tsconfig.json', browserslist: false, }), - isDevelopmentBuild && istanbul(), del({ targets: [ 'dist/*',