X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=rollup.config.mjs;h=4378f014f00ebb94d623561146680f29f0034762;hb=97c196968f3704d8bc9d4734ab980380a5492bd7;hp=57a3190eef0211519bcfbe5892695b99dd0696c4;hpb=97613dc6750d81a7e5ef5c8ff4a754b2e382cc00;p=e-mobility-charging-stations-simulator.git diff --git a/rollup.config.mjs b/rollup.config.mjs index 57a3190e..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'; @@ -68,7 +67,6 @@ export default { tsconfig: 'tsconfig.json', browserslist: false, }), - isDevelopmentBuild && istanbul(), del({ targets: [ 'dist/*',