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 4f38e586e..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", @@ -175,5 +174,13 @@ "tests/**/*.js" ], "report-dir": "cypress-coverage" + }, + "processmaker": { + "build": { + "command": "build-bundle", + "downstream": [ + "processmaker" + ] + } } }