Hook the OCPP 2.0 stack into the main code
[e-mobility-charging-stations-simulator.git] / rollup.config.mjs
index effe368d667737a6ec2e3e38e389e20c7958ad3e..231b7485adaa49fa621505f85b16bd197c44c91a 100644 (file)
@@ -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,12 +37,15 @@ export default {
     'ajv',
     'ajv-draft-04',
     'ajv-formats',
+    'async_hooks',
     'basic-ftp',
     'chalk',
     'crypto',
     'fs',
     'http',
     'http-status-codes',
+    'just-clone',
+    'just-merge',
     'mnemonist/lru-map-with-delete',
     'moment',
     'mongodb',
@@ -67,7 +69,6 @@ export default {
       tsconfig: 'tsconfig.json',
       browserslist: false,
     }),
-    isDevelopmentBuild && istanbul(),
     del({
       targets: [
         'dist/*',