From d1b26a36d89b1789253064e8ffa14198e64402dd Mon Sep 17 00:00:00 2001 From: "Marco A. Nina Mena" Date: Mon, 7 Sep 2026 14:42:46 -0400 Subject: [PATCH] Remove library istanbul --- babel.config.js | 2 +- package-lock.json | 1 - package.json | 5 +++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/babel.config.js b/babel.config.js index 19b6771b9..140977224 100644 --- a/babel.config.js +++ b/babel.config.js @@ -2,6 +2,6 @@ module.exports = { presets: [ '@vue/cli-plugin-babel/preset', ], - plugins: ['istanbul'], + plugins: [], sourceType: 'unambiguous', }; diff --git a/package-lock.json b/package-lock.json index e7bf195bc..271b41ff3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,6 @@ "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", "babel-jest": "^27.0.6", - "babel-plugin-istanbul": "^6.1.1", "bpmnlint-loader": "^0.1.4", "circular-dependency-plugin": "^5.2.2", "copy-webpack-plugin": "^5.1.1", diff --git a/package.json b/package.json index 50a7711e5..78047a619 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,6 @@ "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", "babel-jest": "^27.0.6", - "babel-plugin-istanbul": "^6.1.1", "bpmnlint-loader": "^0.1.4", "circular-dependency-plugin": "^5.2.2", "copy-webpack-plugin": "^5.1.1", @@ -179,7 +178,9 @@ "processmaker": { "build": { "command": "build-bundle", - "downstream": ["processmaker"] + "downstream": [ + "processmaker" + ] } } }