Apply dependencies update
[e-mobility-charging-stations-simulator.git] / rollup.config.mjs
index 57a3190eef0211519bcfbe5892695b99dd0696c4..4378f014f00ebb94d623561146680f29f0034762 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';
 
@@ -68,7 +67,6 @@ export default {
       tsconfig: 'tsconfig.json',
       browserslist: false,
     }),
-    isDevelopmentBuild && istanbul(),
     del({
       targets: [
         'dist/*',